From e566469d3a208ffbe9c086f1174cd120b78f546a Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 18 Mar 2022 21:32:47 +0100 Subject: [PATCH] modules/CommandDrink.py --- modules/CommandDrink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CommandDrink.py b/modules/CommandDrink.py index 1e10757..65e9c5d 100644 --- a/modules/CommandDrink.py +++ b/modules/CommandDrink.py @@ -80,7 +80,7 @@ class CommandDrink(AbstractCommand): break if shortcut is None: - request.respond_cmd_temp(msg+"\n:stop_sign: Invalid input: no such shortcut :(\nUse ``/drink-shortcuts`` for a list of shortcuts.") + request.respond_cmd_temp(msg+"\n:stop_sign: Invalid input: no such shortcut :(\nUse ``/drink`` without any parameters for a list of shortcuts.") return else: handle.do_transaction(shortcut["target"], str(int(shortcut["amount"])*count), shortcut["reason"]) -- 2.43.0