how many / commands can a bot have? and how many context menu commands can it have? same question fo

title says it all
7 Replies
d.js toolkit
d.js toolkit•3y ago
- What's your exact discord.js npm list discord.js and node node -v version? - Post the full error stack trace, not just the top part! - Show your code! - Explain what exactly your issue is. - Not a discord.js issue? Check out #useful-servers. - Issue solved? Press the button!
Squid
Squid•3y ago
100 global slash, 100 guild slash per guild, 5 global CM, and 5 guild CM per guild These are listed on the official developer docs
ciriustar
ciriustarOP•3y ago
can you send the link by any chance?
d.js docs
d.js docs•3y ago
discord Application Commands: Application Commands read more
ciriustar
ciriustarOP•3y ago
thanks I have one more question, is it possible to disable a button in an interactionCreate event if I check for its id then do <Interaction>.setDisabled(true)
Squid
Squid•3y ago
That function doesn't exist You need to edit the message/update the interaction to include an action row that includes the disabled button
ciriustar
ciriustarOP•3y ago
ok thank you

Did you find this page helpful?