pull/200/merge
Nick LaForge 2022-11-23 06:07:12 -08:00 zatwierdzone przez Ivan Habunek
rodzic 9abaebdc21
commit 8c3baa704e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -443,7 +443,7 @@ ACCOUNTS_COMMANDS = [
), ),
Command( Command(
name="following", name="following",
description="List accounts following the given account", description="List accounts followed by the given account",
arguments=[ arguments=[
account_arg, account_arg,
], ],
@ -451,7 +451,7 @@ ACCOUNTS_COMMANDS = [
), ),
Command( Command(
name="followers", name="followers",
description="List accounts followed by the given account", description="List accounts following the given account",
arguments=[ arguments=[
account_arg, account_arg,
], ],