Skip to content
Snippets Groups Projects
Commit c87c98b6 authored by heineke.pb's avatar heineke.pb
Browse files

.

parent 50caeb33
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ async def help(ctx):
commands_list = cog.get_commands()
if commands_list:
cog_name = cog.qualified_name if cog.qualified_name else "No Category"
command_info = []
command_info = ""
for command in commands_list:
short_description = command.brief or "Keine kurze Beschreibung verfügbar."
command_info + f"`{command.name}` - {short_description}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment