Shorten command descriptions
This commit is contained in:
parent
5e8a7bb415
commit
b0099642cd
1 changed files with 2 additions and 2 deletions
|
@ -706,7 +706,7 @@ ACCOUNTS_COMMANDS = [
|
|||
),
|
||||
Command(
|
||||
name="muted",
|
||||
description="List accounts the given account muted",
|
||||
description="List muted accounts",
|
||||
arguments=[],
|
||||
require_auth=True,
|
||||
),
|
||||
|
@ -728,7 +728,7 @@ ACCOUNTS_COMMANDS = [
|
|||
),
|
||||
Command(
|
||||
name="blocked",
|
||||
description="List accounts the given account muted",
|
||||
description="List blocked accounts",
|
||||
arguments=[],
|
||||
require_auth=True,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue