Decicus / discord-server-change

A bot that changes Discord voice server regions via commands
https://dsc.decicus.com/
MIT License
3 stars 0 forks source link

[Feature Request] Automate this bot #4

Closed D1yt closed 3 years ago

D1yt commented 3 years ago

Is there a way to make this bot automatically change the region to another one with the lowest latency (matching the original server) after detecting an outage? Or is detection not that easy to implement?

Decicus commented 3 years ago

I don't know if this is possible, but even if it was I probably wouldn't want to implement something like this, as I consider it "out of scope".

The reason I'm saying that is because it'd likely require the bot to connect to a voice channel to even detect the latency/connection quality to begin with, which is something I wanted to avoid.

I want to keep the bot as "simple" (in terms of development) as possible, which is why it doesn't have many features besides checking voice regions, listing them and changing it.

I appreciate the feature request nonetheless, but I don't have any plans to implement anything like this - even if it is possible.