Skip to content

Commit

Permalink
Make role flag non-positional
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Nov 1, 2024
1 parent b757339 commit ddc538b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class ActivityArgs(commands.FlagConverter):
"""Date flags for activity command"""

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

0 comments on commit ddc538b

Please sign in to comment.