From d00b878ecd35426b0d1da977b84e1074101c9993 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Fri, 12 Oct 2018 15:50:42 -0500 Subject: [PATCH] Correct where to import bucket from --- cogs/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/misc.py b/cogs/misc.py index efad86f..3832a32 100644 --- a/cogs/misc.py +++ b/cogs/misc.py @@ -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 = []