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

Fix issue in leaderboard

parent 92ba733a
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class Leaderboard(commands.Cog):
@commands.command(name="romantikboard", aliases=["dorfpranger"])
async def cmd_romantikboard(self, ctx, all=None):
place = 0
max = 0 if all == "all" else 1
max = 0 if all == "all" else 10
ready = False
message = "```fix\nDorfromantik Leaderboard\n\n"
message += " {:^3} | {:^37} | {:^9}\n".format("#", "Name", "Punkte")
......
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