aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/events.py b/bot/cogs/events.py
index 77a15733d..b44e5871e 100644
--- a/bot/cogs/events.py
+++ b/bot/cogs/events.py
@@ -124,7 +124,7 @@ class Events:
return False
muted_check = any(
- [infraction["active"] for infraction in infraction_list if infraction["type"].lower() == "mute"]
+ infraction["active"] for infraction in infraction_list if infraction["type"].lower() == "mute"
)
return muted_check