Shorten command descriptions

This commit is contained in:
Ivan Habunek 2023-07-25 09:14:58 +02:00
parent 5e8a7bb415
commit b0099642cd
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 2 additions and 2 deletions

View File

@ -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,
),