1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Correct where to import bucket from

This commit is contained in:
phxntxm 2018-10-12 15:50:42 -05:00
parent dc9f49f568
commit d00b878ecd

View file

@ -46,7 +46,7 @@ class Miscallaneous:
return ' '.join(result)
@commands.command()
@commands.cooldown(1, 3, commands.cooldown.BucketType.user)
@commands.cooldown(1, 3, commands.cooldowns.BucketType.user)
@utils.can_run(send_messages=True)
async def help(self, ctx, *, entity: str = None):
chunks = []