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
- 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!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
can you send the link by any chance?
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)
That function doesn't exist
You need to edit the message/update the interaction to include an action row that includes the disabled button
ok thank you