Request: In-game Discord Bot Commands
tomkeuper opened this issue ยท 5 comments
Hello,
I would like a option to be able to send Discord commands via the in-game chat.
like: !skip (in minecraft) then !skip (in Discord)
so you can skip songs from minecraft itself. I know this will be difficult, if possible (idk). Because bots normaly only accept commands from players in the voice channel it is playing in.
Thanks!
^^
2. Yeah you basicly couldn't even do it with the api: https://github.com/Scarsz/DiscordSRV/blob/master/src/main/java/github/scarsz/discordsrv/DiscordSRV.java#L315
@tomkeuper this probably is not possible. You could make your bot trigger commands by changing line 50 of messages config to just %message%
, but:
- Most of the bots are ignoring other bots' messages.
- I don't think that is possible for your DiscordSRV bot to connect to a VC. It could be, but how would you provide it to Minecraft for the bot to connect? Yah, as I said, I don't think that's possible.
Remember that I'm not the developer and this are only my thoughts.
Cheers!
sorry for my bad English
@fratik I'm using the rhythm bot for music. And it only accepts commands when you are in the same voice channel as him.
So if the bot could join a voice channel and then via an in-game command you could enter something with no prefixes or anything I think it could be possible