Skip to content
Snippets Groups Projects
Commit 8b0bfa00 authored by psy's avatar psy
Browse files

fix typo in help message

parent 0868e6b4
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ class RssBot: ...@@ -82,7 +82,7 @@ class RssBot:
msg = str(event['content']['body']) msg = str(event['content']['body'])
if msg.startswith('!help'): if msg.startswith('!help'):
help_message = """I'm here to keep you updated on rss feeds!<br><br> help_message = """I'm here to keep you updated on rss feeds!<br><br>
Invite me to any room on {homeserver} and use the custom state event <code>de.eventscccde.rssbot</code> /via Invite me to any room on {homeserver} and use the custom state event <code>de.eventscccde.rssbot</code> via
<code>/devtools</code> to set the rss feeds:<br> <code>/devtools</code> to set the rss feeds:<br>
<code> <code>
{{ {{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment