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 e4ed959.
  • Loading branch information
bryanpth committed Sep 6, 2024
1 parent 21568f0 commit 5d135da
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 @@ -495,7 +495,7 @@ public async Task CompensateChips(uint amount)
[SlashCommand("compensateitems", "Compensate items to all users")]
public async Task CompensateItems(string sku, uint amount)
{
await GLClient.Production.CompensateItems(sku, amount);
_ = GLClient.Production.CompensateItems(sku, amount);

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

Expand Down

0 comments on commit 5d135da

Please sign in to comment.