Skip to content

Commit

Permalink
Add 'r' alias for role flag
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Nov 1, 2024
1 parent a07c546 commit 8883cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class ActivityArgs(commands.FlagConverter):
"""Date flags for activity command"""

role: Optional[discord.Role] = commands.flag(
aliases=("r",),
description="The role whose members' activity to show",
max_args=1,
default=None,
Expand Down

0 comments on commit 8883cc4

Please sign in to comment.