mirror of
https://github.com/ihabunek/toot
synced 2025-01-26 17:24:59 +01:00
Shorten command descriptions
This commit is contained in:
parent
5e8a7bb415
commit
b0099642cd
@ -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 New Issue
Block a user