Lavalink4net (#3)

* Update readme.md

Test

Migrate from Victoria

* Small fix

---------

Co-authored-by: Myx <info@azaaxin.com>
This commit is contained in:
2024-08-11 16:06:52 +02:00
committed by GitHub
parent d72676c7e0
commit 9bcebea6b0
22 changed files with 337 additions and 315 deletions

View File

@@ -9,22 +9,22 @@ 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 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 Join
public static class Disconnect
{
public const string Name = "join";
public const string Description = "Join the voice channel!";
public const string Name = "disconnect";
public const string Description = "Disconnect from the voice channel!";
}
public static class Skip
@@ -33,10 +33,16 @@ public static class Command
public const string Description = "Skip the current song!";
}
public static class Stop
public static class Resume
{
public const string Name = "stop";
public const string Description = "Stop the music!";
public const string Name = "resume";
public const string Description = "Resume the music!";
}
public static class Pause
{
public const string Name = "pause";
public const string Description = "Pause the music!";
}
public static class Play