Skip to content

Commit

Permalink
Merge pull request #1 from sbzappa/tweaks
Browse files Browse the repository at this point in the history
Tweaks to forfeit command.
  • Loading branch information
sbzappa authored Nov 12, 2024
2 parents db968db + 27f51ed commit 393386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NarisBot/Commands/ForfeitCommandModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ForfeitCommandModule : BaseCommandModule
/// <param name="ctx">Command Context.</param>
/// <returns>Returns an asynchronous task.</returns>
[Command("forfeit")]
[Aliases("forfeited", "ff")]
[Aliases("forfeited", "ff", "dnf")]
[Description("Forfeit the weekly.")]
[Cooldown(5, 600, CooldownBucketType.User)]
[RequireGuild]
Expand Down

0 comments on commit 393386a

Please sign in to comment.