modules/CommandDrink.py
authorSomeone <someone@somenet.org>
Fri, 18 Mar 2022 20:32:47 +0000 (21:32 +0100)
committerSomeone <someone@somenet.org>
Fri, 18 Mar 2022 20:32:47 +0000 (21:32 +0100)
modules/CommandDrink.py

index 1e10757f7bf3e0d91cdb083ab27d0613790f37e4..65e9c5d580068fa41a3ea6fd704f90fdc326fa33 100644 (file)
@@ -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"])