aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/watchchannels/_watchchannel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/watchchannels/_watchchannel.py b/bot/exts/moderation/watchchannels/_watchchannel.py
index 2a460e316..768d0afb3 100644
--- a/bot/exts/moderation/watchchannels/_watchchannel.py
+++ b/bot/exts/moderation/watchchannels/_watchchannel.py
@@ -185,7 +185,7 @@ class WatchChannel(metaclass=CogABCMeta):
self.consumption_queue = self.message_queue.copy()
self.message_queue.clear()
- for user_id, channel_queues in self.consumption_queue.values():
+ for user_id, channel_queues in self.consumption_queue.items():
for channel_queue in channel_queues.values():
while channel_queue:
msg = channel_queue.popleft()