Skip to content

Commit

Permalink
Fix copy-paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Jul 4, 2024
1 parent 8b41ed3 commit 2701cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Debug.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public async Task BanDebug(CommandContext ctx, DiscordUser targetUser = default)
var banList = Program.db.HashGetAll("bans").ToDictionary();
if (banList is null | banList.Keys.Count == 0)
{
await ctx.RespondAsync("No mutes found in database!");
await ctx.RespondAsync("No bans found in database!");
return;
}
else
Expand Down

0 comments on commit 2701cd8

Please sign in to comment.