Skip to content

Commit

Permalink
Fix show_all flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Nov 1, 2024
1 parent 6fba305 commit 857770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ActivityArgs(commands.FlagConverter):
show_all: Optional[bool] = commands.flag(
name="all",
aliases=("all-agents", "all-users", "all-members"),
description="Whether or not to show all agents in the database regardless of role. Only usable with the role flag.",
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 857770f

Please sign in to comment.