Skip to content

Commit

Permalink
Change show_all flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Nov 1, 2024
1 parent 857770f commit 678dbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ class ActivityArgs(commands.FlagConverter):
default=None,
)
show_all: Optional[bool] = commands.flag(
name="all",
aliases=("all-agents", "all-users", "all-members"),
name="all-users",
aliases=("all", "all-agents", "all-members"),
description="Whether or not to show all agents in the database regardless of role",
max_args=1,
default=False,
Expand Down

0 comments on commit 678dbed

Please sign in to comment.