Skip to content

Commit

Permalink
[ThreadOpener] fix cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 13, 2023
1 parent ed4d7db commit b6f4499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threadopener/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6f4499

Please sign in to comment.