SomeNet
/
public repos
/
pub
/
jan
/
mattermost-bot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
93b4f00
)
modules/CommandDrink.py
author
Someone
<someone@somenet.org>
Fri, 18 Mar 2022 20:32:47 +0000
(21:32 +0100)
committer
Someone
<someone@somenet.org>
Fri, 18 Mar 2022 20:32:47 +0000
(21:32 +0100)
modules/CommandDrink.py
patch
|
blob
|
history
diff --git
a/modules/CommandDrink.py
b/modules/CommandDrink.py
index 1e10757f7bf3e0d91cdb083ab27d0613790f37e4..65e9c5d580068fa41a3ea6fd704f90fdc326fa33 100644
(file)
--- 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"])