diff options
| -rw-r--r-- | bot/cogs/moderation/superstarify.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |