[Feature request] Make jMusicBot listen to commands from another bot #1786
Amazing-Matze
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First and foremost: Thank you very much for developing JMusicBot. The program is excellent and works great!
While having a look if jMusicBot supports command line options (play, stop etc.), I stumbled upon an old post (see: #1173). I fully understand the reasoning why this has been turned down. So, I was asing myself if something similar could be accomplished in a more lightweight way.
Maybe it is possible to adapt JMusicBot to listen to commands from other Bots?
My understanding is, by default, bots can't trigger other bots to execute a command. However, if I understand well, this could be implemented (see: https://stackoverflow.com/a/76087718).
If that would be the case, one could use discord.py to let another bot write a message and trigger JMusicBot to execute this command. That would be great for controlling JMusicBot from a webinterface for example.
Beta Was this translation helpful? Give feedback.
All reactions