Skip to content
Snippets Groups Projects
Commit 92ba733a authored by Dennis Klein's avatar Dennis Klein
Browse files

Add romantikboard alias

parent 26bf0ca9
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class Leaderboard(commands.Cog):
await ctx.send(
f"Vielen Dank für deine Einreichung. Du bist damit auf Platz {self.get_place(ctx.author.id)} der Rangliste gelandet.")
@commands.command(name="romantikboard")
@commands.command(name="romantikboard", aliases=["dorfpranger"])
async def cmd_romantikboard(self, ctx, all=None):
place = 0
max = 0 if all == "all" else 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment