From c32f926f95c71100eb7499e96f786f1857d9fdf0 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 16 Jul 2018 21:50:35 +0200 Subject: [PATCH] Add avatar to system set command usage --- bot/pluralkit/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/pluralkit/commands.py b/bot/pluralkit/commands.py index 6fd2a9ee..bf5aba92 100644 --- a/bot/pluralkit/commands.py +++ b/bot/pluralkit/commands.py @@ -54,7 +54,7 @@ async def new_system(conn, message, args): await db.link_account(conn, system_id=system["id"], account_id=message.author.id) return True, "System registered! To begin adding members, use `pk;member new `." -@command(cmd="system set", usage=" [value]", description="Edits a system property. Leave [value] blank to clear.", category="System commands") +@command(cmd="system set", usage=" [value]", description="Edits a system property. Leave [value] blank to clear.", category="System commands") async def system_set(conn, message, args): if len(args) == 0: return False