diff --git a/modules/help.py b/modules/help.py index e5b7c12..b87af0d 100644 --- a/modules/help.py +++ b/modules/help.py @@ -13,7 +13,6 @@ class MatrixModule(BotModule): msg = msg + ' - ' + moduleobject.help() + '\n' except AttributeError: pass - msg = msg + '\n' msg = msg + "\nMore information at https://github.com/vranki/hemppa" await bot.send_text(room, msg)