More info link text

This commit is contained in:
Ville Ranki 2020-02-27 22:28:57 +02:00
parent 77bcbf0862
commit 55d9c55948
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class MatrixModule(BotModule):
except AttributeError:
pass
msg = msg + '\n'
msg = msg + "\nAdd your own commands at https://github.com/vranki/hemppa"
msg = msg + "\nMore information at https://github.com/vranki/hemppa"
await bot.send_text(room, msg)
def help(self):