mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Only register test command to rpcs3 guild for now.
This commit is contained in:
@@ -144,7 +144,8 @@ namespace CompatBot
|
||||
};
|
||||
using var client = new DiscordClient(config);
|
||||
var slashCommands = client.UseSlashCommands();
|
||||
slashCommands.RegisterCommands<SlashTest>();
|
||||
// Only register to rpcs3 guild for now.
|
||||
slashCommands.RegisterCommands<SlashTest>(Config.BotGuildId);
|
||||
|
||||
var commands = client.UseCommandsNext(new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user