From acb11dd9d61b1b1035697ef562b2ad060eac42ee Mon Sep 17 00:00:00 2001 From: Ske Date: Fri, 20 Jul 2018 13:33:21 +0200 Subject: [PATCH] Fix delete suggestion --- 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 c9bf438f..6bc6bf42 100644 --- a/bot/pluralkit/commands.py +++ b/bot/pluralkit/commands.py @@ -38,7 +38,7 @@ async def new_system(conn, message, args): system = await db.get_system_by_account(conn, message.author.id) if system is not None: - return False, "You already have a system registered. To remove your system, use `pk;system remove`, or to unlink your system from this account, use `pk;system unlink`." + return False, "You already have a system registered. To delete your system, use `pk;system delete`, or to unlink your system from this account, use `pk;system unlink`." system_name = None if len(args) > 0: