How do i make another bot use my bot commands? #1603
Unanswered
stephanto-dev
asked this question in
Questions and Help
Replies: 1 comment 2 replies
-
Bots can use you commands (Not Slash Commands!) by default. You have to explicitly check in your event handler code to disable other bots executing your text commands. Example of ignoring a bot's message that might invoke your command. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a bot made in JS and I want it to be able to use commands from my bot in Java. In JS I know how to allow other bots to use commands in it, but I don't know how to do the same in Java using JDA. Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions