Skip to content

Commit

Permalink
Specify gag duration again
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jul 24, 2022
1 parent 7ba3f8b commit 5e39d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hammer/Commands/GagCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public async Task GagAsync(

try
{
await _infractionService.GagAsync(user, staffMember).ConfigureAwait(false);
await _infractionService.GagAsync(user, staffMember, duration: duration).ConfigureAwait(false);

builder.WithColor(DiscordColor.Orange);
builder.WithAuthor(user);
Expand Down

0 comments on commit 5e39d9a

Please sign in to comment.