awaited highscores

This commit is contained in:
phixxy 2024-01-27 13:25:55 -08:00
parent 495cb082a0
commit 0306e8af1c

View file

@ -111,4 +111,4 @@ class Highscores(commands.Cog):
await ctx.send(file=f) await ctx.send(file=f)
async def setup(bot): async def setup(bot):
bot.add_cog(Highscores(bot)) await bot.add_cog(Highscores(bot))