This commit is contained in:
Nick LaForge 2022-11-23 06:07:12 -08:00 committed by Ivan Habunek
parent 9abaebdc21
commit 8c3baa704e
1 changed files with 2 additions and 2 deletions

View File

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