diff --git a/heroku/modules/help.py b/heroku/modules/help.py index 43f2d69..eb3b65d 100644 --- a/heroku/modules/help.py +++ b/heroku/modules/help.py @@ -333,9 +333,10 @@ class Help(loader.Module): await utils.answer( message, - (self.config["desc_icon"] + " {}\n
{}
{}
").format( + (self.config["desc_icon"] + " {}\n
{}
{}
{}
").format( reply, - "".join(core_ + plain_ + (no_commands_ if force else [])), + "".join(core_), + "".join(plain_ + (no_commands_ if force else [])), ( "" if self.lookup("Loader").fully_loaded