Skip to content

Commit

Permalink
Fix leaderboard command needing defer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwilarg committed Dec 15, 2023
1 parent fdc9a38 commit 0cafa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sanara/Module/Command/Impl/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public CommandInfo[] GetCommands()
}.Build(),
callback: LeaderboardAsync,
precondition: Precondition.GuildOnly,
aliases: Array.Empty<string>(),
needDefer: false
aliases: Array.Empty<string>(),
needDefer: true
),
new CommandInfo(
slashCommand: new SlashCommandBuilder()
Expand Down

0 comments on commit 0cafa72

Please sign in to comment.