Stieneee / mumble-discord-bridge

A simple voice bridge between Mumble and Discord.
MIT License
153 stars 16 forks source link

don't clear channel ID on auto toggle #38

Closed stryan closed 2 years ago

stryan commented 2 years ago

fixes #35

the channelID is set on link or start so we shouldn't have to clear it. Keeping it set lets people unlink from the same voice channel it originally was linked to.

the other option is to simply not require the unlink command to be sent by someone currently in voice.

Stieneee commented 2 years ago

👍