From 4f2a50a15c9dac107f0bd2c8be6d81e9a80df2f0 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Fri, 25 Oct 2019 15:17:32 -0700 Subject: Superstarify: negate active infractions check in on_member_update --- bot/cogs/moderation/superstarify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/moderation/superstarify.py b/bot/cogs/moderation/superstarify.py index 55e1fe04d..95962b750 100644 --- a/bot/cogs/moderation/superstarify.py +++ b/bot/cogs/moderation/superstarify.py @@ -47,7 +47,7 @@ class Superstarify(InfractionScheduler, Cog): } ) - if active_superstarifies: + if not active_superstarifies: return infraction = active_superstarifies[0] -- cgit v1.2.3