From 509b0660915b3c1a62f37e5fab22a0ebdcca371d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Mar 2023 19:22:26 +0100 Subject: [PATCH] what happened --- recruitmentCog/recruitment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recruitmentCog/recruitment.py b/recruitmentCog/recruitment.py index 931a55e..f26a62e 100644 --- a/recruitmentCog/recruitment.py +++ b/recruitmentCog/recruitment.py @@ -30,7 +30,7 @@ class Recruitment(commands.Cog): async def cog_check(self, ctx: commands.Context): if ctx.guild.id not in self.antispam: - self.antispam[ctx.guild.id] = AntiSpam(ctx.guild) + self.antispam[ctx.guild.id] = AntiSpam([(5, 5), (30, 10), (300, 20)]) if self.antispam[ctx.guild.id].spammy(ctx): return False