Skip to content

Commit

Permalink
revert: "Update src/AdvancedBot.Core/Commands/Modules/ModerationModul…
Browse files Browse the repository at this point in the history
…e.cs"

This reverts commit 21568f0.
  • Loading branch information
bryanpth committed Sep 6, 2024
1 parent 5d135da commit f862335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedBot.Core/Commands/Modules/ModerationModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public async Task EnableMaintenanceAsync(uint minutes = 60)
[SlashCommand("compensatechips", "Compensate chips to all users")]
public async Task CompensateChips(uint amount)
{
await GLClient.Production.CompensateChips(amount);
_ = GLClient.Production.CompensateChips(amount);

await LogService.LogGameActionAsync(LogAction.Compensate, Context.User.Id, 0, $"Chips:{amount}");

Expand Down

0 comments on commit f862335

Please sign in to comment.