Skip to content

Commit 9089a2e

Browse files
committed
Set commands to be established in all servers.
1 parent 3900f7f commit 9089a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HvZBot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public async Task MainAsync()
4747
var slash = Client.UseSlashCommands();
4848

4949
slash.RegisterCommands<AdminCommands>(1148742162259923065);
50-
slash.RegisterCommands<SlashCommands>(1148742162259923065);
50+
slash.RegisterCommands<SlashCommands>();
5151

5252
DiscordActivity status = new("HvZ at Goucher College!", ActivityType.Playing);
5353

0 commit comments

Comments
 (0)