Stability improvements
New module whereis
This commit is contained in:
parent
2e461f26f4
commit
e375f23f71
11 changed files with 284 additions and 111 deletions
4
qd.py
4
qd.py
|
|
@ -158,10 +158,10 @@ def save_module():
|
|||
|
||||
def help_tiny ():
|
||||
"""Line inserted in the response to the command !help"""
|
||||
return "!42: display scores\n!42 help: display the performed calculate\n!42 manche: display information about current round\n!42 /who/: show the /who/'s scores"
|
||||
return "42 game!"
|
||||
|
||||
def help_full ():
|
||||
return "Help for 42 todo"
|
||||
return "!42: display scores\n!42 help: display the performed calculate\n!42 manche: display information about current round\n!42 /who/: show the /who/'s scores"
|
||||
|
||||
|
||||
def rev (tupl):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue