mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-13 08:00:37 +00:00
Fix deadlock and auto leave voice channel after 3 min (#4)
* Fix for thread being busy handling discord commands blocking audioplayer to timeout * Auto leave if alone in voice channel after 3 min Co-authored-by: Myx <info@azaaxin.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user