|
Hello. I would like to work on the bot debugging in "-dev" channels on the server, while there's a "production" bot. As far as I understand, Discord will send notification about the interaction to both bots. |
Answered by
middledot
Dec 1, 2021
Replies: 1 comment 2 replies
|
You want both bots to process the same slash and context menu commands? Edit: A registered command will only send interactions to the bot that registered it. |
2 replies
Answer selected by
Dorukyum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want both bots to process the same slash and context menu commands?
Edit: A registered command will only send interactions to the bot that registered it.