From 7809e6e96980f9ffd6ee8236468cc1a958848974 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:05:20 +0700 Subject: [PATCH] test --- heroku/modules/help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/heroku/modules/help.py b/heroku/modules/help.py index ade76b0..54b2949 100644 --- a/heroku/modules/help.py +++ b/heroku/modules/help.py @@ -186,8 +186,8 @@ class Help(loader.Module): for name, fun in commands.items(): reply += ( - f'
\n{self.config["command_emoji"]}' - " {}{}{} {}
".format( + f'\n{self.config["command_emoji"]}' + " {}{}{} {}".format( utils.escape_html(self.get_prefix()), name, ( @@ -213,7 +213,7 @@ class Help(loader.Module): await utils.answer( message, - reply + f'
{reply}