Fix deadlock and auto leave voice channel after 3 min

* Fix for thread being busy handling discord commands blocking audioplayer to timeout
* Auto leave if alone in voice channel after 3 min
This commit is contained in:
Myx
2024-08-12 02:00:42 +02:00
parent 9bcebea6b0
commit 68580d0e24
4 changed files with 106 additions and 57 deletions

View File

@@ -9,18 +9,6 @@ public static class Option
public static class Command
{
// public static class Hello
// {
// public const string Name = "hello";
// public const string Description = "Say hello to the bot!";
// }
//
// public static class Goodbye
// {
// public const string Name = "goodbye";
// public const string Description = "Say goodbye to the bot!";
// }
public static class Disconnect
{
public const string Name = "disconnect";