vylbot-app/tests/client/interactionCreate/chatInputCommand.test.ts

9 lines
419 B
TypeScript
Raw Normal View History

2024-02-03 19:29:28 +00:00
describe('onChatInput', () => {
test.todo("GIVEN command is registered globally AND command is found, execute the global command");
test.todo("GIVEN command is registered to a single server, execute the server command");
test.todo("GIVEN interaction is not a chat input command, EXPECT nothing to happen");
test.todo("GIVEN command is registered globally AND command is not found, EXPECT error");
});