fixed small issue
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user