Only register test command to rpcs3 guild for now.

This commit is contained in:
clienthax 2022-06-02 17:54:19 +01:00
parent 81c0e0d364
commit 31f4e6fe1d

View File

@ -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()
{