-
I'm working on a bot that plays a song when I press a button, everything works fine up to and including the bot sending "-play " in chat which MusicBot doesn't respond to, I'm assuming due to the request coming from another bot. Is there a way to tell MusicBot to respond to bot requests? |
Beta Was this translation helpful? Give feedback.
Answered by
jagrosh
Oct 23, 2021
Replies: 1 comment 1 reply
-
Bots shouldn't respond or react to other bots, JMusicBot included. You're already writing your own bot; just make that bot play the music too, it doesn't sound like you need JMusicBot for this. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Phosphyr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bots shouldn't respond or react to other bots, JMusicBot included. You're already writing your own bot; just make that bot play the music too, it doesn't sound like you need JMusicBot for this.