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(
|
Command(
|
||||||
name="muted",
|
name="muted",
|
||||||
description="List accounts the given account muted",
|
description="List muted accounts",
|
||||||
arguments=[],
|
arguments=[],
|
||||||
require_auth=True,
|
require_auth=True,
|
||||||
),
|
),
|
||||||
|
@ -728,7 +728,7 @@ ACCOUNTS_COMMANDS = [
|
||||||
),
|
),
|
||||||
Command(
|
Command(
|
||||||
name="blocked",
|
name="blocked",
|
||||||
description="List accounts the given account muted",
|
description="List blocked accounts",
|
||||||
arguments=[],
|
arguments=[],
|
||||||
require_auth=True,
|
require_auth=True,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue