Listeners won't fire up nor slash commands would register in the guild
I created a new bot and now the listeners won't fire up although the bot seems to be online? nor the commands get registered although it shows this
4 Replies
anyone got any idea why my listener wont fire up
just won't work?
why so
What is your main property in package.json?
"main": "dist/index.js",
used sapphire cli to build the project
ready event works
but not this
does anyone have any idea about this
So some intents were missing which you need on adding those it worksindex.ts
or package.json
etc. My debug logs just stopped saying it was registering any commands and says that it only takes 0ms to initialize... this started when I added a new command.