A bit more tighter help

This commit is contained in:
Ville Ranki 2020-03-28 22:06:39 +02:00
parent 18fea2501c
commit 3eeadb8956
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class MatrixModule(BotModule):
msg = msg + ' - ' + moduleobject.help() + '\n' msg = msg + ' - ' + moduleobject.help() + '\n'
except AttributeError: except AttributeError:
pass pass
msg = msg + '\n'
msg = msg + "\nMore information at https://github.com/vranki/hemppa" msg = msg + "\nMore information at https://github.com/vranki/hemppa"
await bot.send_text(room, msg) await bot.send_text(room, msg)