forked from Decentrala/chatbot
add newlines to help
This commit is contained in:
parent
bc2e7422f5
commit
4bb860b818
@ -8,8 +8,8 @@ def processmsg(msg, rcpt):
|
||||
|
||||
def command(msg, rcpt):
|
||||
if msg.startswith("!help"):
|
||||
response = "chatbot commands: \n"
|
||||
response += "!help Show this help page"
|
||||
response = "chatbot commands:" + "\n"
|
||||
response += "!help Show this help page" + "\n"
|
||||
response += "!ai [message] Ask llama2"
|
||||
return response
|
||||
elif msg.startswith("!ai"):
|
||||
|
Loading…
Reference in New Issue
Block a user