Skip to content
Snippets Groups Projects
Commit 70368f8f authored by Lou-M's avatar Lou-M
Browse files

Es ist ein Leerzeichen in der Modul-Fehlermeldung :scream:

parent 602b9ede
Branches
No related tags found
1 merge request!136welcoming newcomers with random sentences
......@@ -95,7 +95,7 @@ class ModuleInformation(commands.Cog):
for course_of_studies in self.data:
shorts.append(f"`{course_of_studies['short']}`")
await ctx.channel.send(
f"Fehler! Wähle entweder eine Studiengangs-Rolle aus oder gebe ein Studiengangskürzel"
f"Fehler! Wähle entweder eine Studiengangs-Rolle aus oder gebe ein Studiengangskürzel "
f"nach dem Kommando an.\nMögliche Kürzel: {', '.join(shorts)}"
)
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment