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 toolkit11mo 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
Squid11mo 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
CSharp
CSharp11mo ago
can you send the link by any chance?
d.js docs
d.js docs11mo ago
discord Application Commands: Application Commands read more
CSharp
CSharp11mo 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
Squid11mo 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
CSharp
CSharp11mo ago
ok thank you