mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-04-11 15:19:53 +00:00
Add Embed
This commit is contained in:
@@ -27,12 +27,24 @@ public static class Command
|
||||
public const string Description = "Join the voice channel!";
|
||||
}
|
||||
|
||||
public static class Skip
|
||||
{
|
||||
public const string Name = "skip";
|
||||
public const string Description = "Skip the current song!";
|
||||
}
|
||||
|
||||
public static class Stop
|
||||
{
|
||||
public const string Name = "stop";
|
||||
public const string Description = "Stop the music!";
|
||||
}
|
||||
|
||||
public static class Play
|
||||
{
|
||||
public const string Name = "play";
|
||||
public const string Description = "Play a song!";
|
||||
|
||||
public static readonly List<SlashCommandOptionBuilder> Options = new()
|
||||
public static readonly List<SlashCommandOptionBuilder>? Options = new()
|
||||
{
|
||||
new SlashCommandOptionBuilder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user