-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Describe the bug
Testing a simple ping / pong command with corde, both bots behave as expected on discord but the test fails with ;
expected: testing bot to send a message
received: no message was sentHere's the code for the test ;
group("Commands", () => {
test("Ping command should return pong'", () => {
expect("ping").toReturn("pong");
});
});
Note the corde bot has admin privilege and I set all possible intents on the application développer portal.
Expected behavior
Test should pass since my bot responded with pong
Alfred's mom being the corde testing bot and the GTC one being the one we are building tests for.
Desktop (please complete the following information):
- OS: Mac
- Terminal: bash
- Corde version - latest
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
