Closed EduardoRFS closed 1 year ago
Should the bot delete the DM once the voice channel is deleted? Not sure how easy it is to track down the correct message.
is being solved with a different proposal. https://github.com/he4rt/he4rt-bot-next/pull/69
Context
Currently the dynamic voice channel member control is only sent in the voice channel itself, this get's quite annoying in long lasting channels as people need to scroll up a lot of messages to change the controls.
Workaround
The workaround here is to also send it in a direct message, so that the user can just go to the He4rt Bot DMs and change the control's of the channel.
Warning
This was not tested, I think it will work because of the current channel detection mechanism, that just reads the data from the message itself.