Merge pull request #29 from victormylle/leaderboards

fixed small issue
This commit is contained in:
victormylle
2020-11-13 23:45:12 +01:00
committed by GitHub

View File

@@ -62,7 +62,7 @@ class Leaderboards(commands.Cog):
@top.command(name="level", case_insensitive=True)
async def top_level(self, ctx):
await ctx.send(embed=self.create_leaderboard_embed("Deaths", "playerLevel"))
await ctx.send(embed=self.create_leaderboard_embed("Level", "playerLevel"))
@top.command(name="placed", case_insensitive=True)
async def top_placed(self, ctx):