From b6f449982ef8d36c7a1a59c2ee27b99649af66bb Mon Sep 17 00:00:00 2001 From: Lemon Rose Date: Fri, 13 Oct 2023 10:00:29 +0530 Subject: [PATCH] [ThreadOpener] fix cooldown --- threadopener/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadopener/core.py b/threadopener/core.py index 6c04d91b..d785ac6f 100644 --- a/threadopener/core.py +++ b/threadopener/core.py @@ -65,7 +65,7 @@ def __init__(self, bot: Red) -> None: self.config.register_guild(**default_guilds) self.spam_control: commands.CooldownMapping = commands.CooldownMapping.from_cooldown( - 1, 10, commands.BucketType.guild + 1, 5, commands.BucketType.guild ) def format_help_for_context(self, ctx: commands.Context) -> str: