From c807a1bffb95bbfc65345aede4db37505a53ce80 Mon Sep 17 00:00:00 2001 From: pheineke <heineke.pb@edu.rptu.de> Date: Thu, 22 Feb 2024 17:31:53 +0100 Subject: [PATCH] hlep --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index ef615e7..165b5af 100644 --- a/bot.py +++ b/bot.py @@ -46,7 +46,7 @@ async def help(ctx): command_info = [] for command in commands_list: short_description = command.brief or "Keine kurze Beschreibung verfügbar." - command_info.append(f"`{command.name}` - {short_description}") + command_info + f"`{command.name}` - {short_description}\n" await ctx.send(command_info) -- GitLab