adjust help message

This commit is contained in:
missytake 2025-08-28 22:28:28 +02:00
parent c585e0b9e6
commit cc7bd33fb6
Signed by: missytake
GPG key ID: 04CC6658320518DF

View file

@ -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)