adjust help message
This commit is contained in:
parent
c585e0b9e6
commit
cc7bd33fb6
|
|
@ -69,10 +69,10 @@ def send_help(msg: deltachat.Message):
|
||||||
"""Reply to the user with a help message."""
|
"""Reply to the user with a help message."""
|
||||||
help_text = """
|
help_text = """
|
||||||
/start\tStart getting messages which match keywords.
|
/start\tStart getting messages which match keywords.
|
||||||
/list\tList current keywords
|
|
||||||
/add word1 word2\tAdd keywords to check for
|
|
||||||
/remove word1 word2\tRemove keywords from the list
|
|
||||||
/stop\tStop getting messages from this bot.
|
/stop\tStop getting messages from this bot.
|
||||||
|
/list\t\tList current keywords
|
||||||
|
/add gay romance\tAdd keywords to check for
|
||||||
|
/remove gay hot\tRemove keywords from the list
|
||||||
"""
|
"""
|
||||||
reply(msg.chat, help_text, quote=msg)
|
reply(msg.chat, help_text, quote=msg)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue