From 3eeadb8956344e709cfc10b75899679c55612afb Mon Sep 17 00:00:00 2001 From: Ville Ranki Date: Sat, 28 Mar 2020 22:06:39 +0200 Subject: [PATCH] A bit more tighter help --- modules/help.py | 1 - 1 file changed, 1 deletion(-) 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)