-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commands Won't Register #76
Comments
Try to clear commands in your index.js
And second solution is changing your bulkRegister to false. |
i did set the bulk register off, So i will stop using commandkit.... |
Did you have new commands in the same directory as you set in your CommandKit instance "commandsPath: 'path/to/cmds'"? |
did u fix this? I have same problem |
My new commands stopped being registering.
Old commands work if ran.
My bulk register option is set to true in my commandkit config (if that helps)
It doesn't even show the loaded commands console log..
✅ Loaded 3 developer commands in guild "Lean Development".
✅ Loaded 80 global commands.
Those messages don't even show.
It works on my machine but when i upload the code to my server to run on the production bot, it doesnt work..
My discord: rohan_ohio
The text was updated successfully, but these errors were encountered: