1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

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

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