We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3900f7f commit 9089a2eCopy full SHA for 9089a2e
1 file changed
HvZBot.cs
@@ -47,7 +47,7 @@ public async Task MainAsync()
47
var slash = Client.UseSlashCommands();
48
49
slash.RegisterCommands<AdminCommands>(1148742162259923065);
50
- slash.RegisterCommands<SlashCommands>(1148742162259923065);
+ slash.RegisterCommands<SlashCommands>();
51
52
DiscordActivity status = new("HvZ at Goucher College!", ActivityType.Playing);
53
0 commit comments