No command handler found, still WIP #10133
Replies: 1 comment
-
The issue is to do with your command handler or your interactionCreate event, you should join the Discord server and ask there and we'd be happy to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I really don't understand what I am missing here and it's frustrating.
I've started a really simple bot. It loads, it responds to a simple hello message and a /ping command works perfectly.
I've added a new command called coinflip.
It resides in /commands/fun/ and is coinflip.js
It is registered and I can see it as a slash command to use.
Every time I run it, the response is "No command handler found, still WIP"
I know this will be something stupid, but I really don't understand what I am missing here. The ping.js is in command/utility and this new one is in command/fun. The commands are loaded dynamically etc, I've basically followed the guide to this point and now I try and add a custom command, it's falling over.
Beta Was this translation helpful? Give feedback.
All reactions