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"); });