Add Spotify support (#7)

Co-authored-by: Myx <info@azaaxin.com>
This commit is contained in:
2024-10-23 10:31:27 +02:00
committed by GitHub
parent e044f2f91b
commit 373d482906
19 changed files with 382 additions and 132 deletions

View File

@@ -15,6 +15,12 @@ public static class Command
public const string Description = "Disconnect from the voice channel!";
}
public static class Clear
{
public const string Name = "clear";
public const string Description = "Clear the music queue!";
}
public static class Skip
{
public const string Name = "skip";