From 9df9dcab4a315d8d2cea9b2c8ce9a42d606405ea Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 10 Jan 2022 17:35:44 +0100 Subject: [PATCH] modules/CommandDrinkBindAccount.py --- modules/CommandDrinkBindAccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CommandDrinkBindAccount.py b/modules/CommandDrinkBindAccount.py index 6af7ba5..e29cd46 100644 --- a/modules/CommandDrinkBindAccount.py +++ b/modules/CommandDrinkBindAccount.py @@ -22,7 +22,7 @@ class CommandDrinkBindAccount(AbstractCommand): mc_credentials = data['text'].split(" ", 2) if data["text"] == "" or data["text"].lower() == "help" or len(mc_credentials) != 2: - request.cmd_respond_text_temp(cleandoc("""This command takes exactly 2 parameters: `` `` to pay for your drink. -- 2.43.0