From a3bea169236572372174eb6e0b620334018e0109 Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 14 Jul 2018 20:05:25 +0200 Subject: [PATCH] Add a message suggesting you remove members from Tupperware after importing --- 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 9003975b..087b1150 100644 --- a/bot/pluralkit/commands.py +++ b/bot/pluralkit/commands.py @@ -581,4 +581,4 @@ async def import_tupperware(conn, message, args): await db.update_member_field(conn, member_id=existing_member["id"], field="birthday", value=member_birthdate) await db.update_member_field(conn, member_id=existing_member["id"], field="description", value=member_description) - return True, "System information imported. Try using `pk;system` now." \ No newline at end of file + return True, "System information imported. Try using `pk;system` now.\nYou should probably remove your members from Tupperware to avoid double-posting." \ No newline at end of file