mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-07-09 06:15:09 +00:00
Working LLM chatbot
This commit is contained in:
@@ -12,8 +12,7 @@ public static class SlashCommandRegistration
|
||||
RegisterCommand(client, Command.Join.Name, Command.Join.Description);
|
||||
RegisterCommand(client, Command.Skip.Name, Command.Skip.Description);
|
||||
RegisterCommand(client, Command.Play.Name, Command.Play.Description, Command.Play.Options);
|
||||
RegisterCommand(client, Command.Stop.Name, Command.Stop.Description);
|
||||
RegisterCommand(client, Command.Chat.Name, Command.Chat.Description, Command.Chat.Options);
|
||||
RegisterCommand(client, Command.Stop.Name, Command.Stop.Description);
|
||||
}
|
||||
|
||||
private static void RegisterCommand(
|
||||
|
||||
Reference in New Issue
Block a user