Shorten command descriptions

pull/393/head
Ivan Habunek 2023-07-25 09:14:58 +02:00
rodzic 5e8a7bb415
commit b0099642cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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