awaited highscores
This commit is contained in:
parent
495cb082a0
commit
0306e8af1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue