lpoto / discord-music-bot

MIT License
1 stars 0 forks source link

Moving the bot between channels #39

Open lpoto opened 1 year ago

lpoto commented 1 year ago

Currently when a member with the required permissions moves the bot that is playing music to another channel, it breaks.

This should be solved by either detecting when the bot was moved and continuing with the music, or displaying the Join button and requiring the bot to rejoin the channel if the first solution is not possible.

lpoto commented 1 year ago

This is due to a bug in godiscord.

48 temporary handled this by disconnecting the bot from the voice and setting it as offline for a couple of seconds when it is moved between channels