From f32a146b6e7c3099e5036c5b0654b2c69fcaa9ed Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Mon, 5 Oct 2020 07:55:17 -0700 Subject: [PATCH] [TrickOrTreat] Channel bucket -> user --- trickortreat/trickortreat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trickortreat/trickortreat.py b/trickortreat/trickortreat.py index c01f73a..de530a5 100644 --- a/trickortreat/trickortreat.py +++ b/trickortreat/trickortreat.py @@ -43,7 +43,7 @@ class TrickOrTreat(commands.Cog): self.config.register_guild(**default_guild) @commands.guild_only() - @commands.cooldown(1, 1, commands.BucketType.channel) + @commands.cooldown(1, 1, commands.BucketType.user) @commands.command() async def eatcandy(self, ctx, number: Optional[int] = 1, candy_type=None): """Eat some candy.