Message Context Menu Command Not Registering
I am attempting to create a command that shows up when selecting a message.
The command code (in src/commands) is:
However no command shows up in Discord and no evidence of the application being registed showed in the console.
5 Replies
Hmmm I'm on mobile so I may be overlooking
Have you put this command inside the "commands" directory?
yes
Ah its fixed i think
Its because I hadnt set a main value in package.json
so it probably wasnt seeing the commands folder
Yeah, that was the issue then 100%