aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 006d0e4ce..31a8b4d31 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -404,7 +404,7 @@ class _DuckPond(EnvConfig):
threshold = 7
- channel_blacklist: list[str] = [
+ channel_blacklist: list[int] = [
Channels.announcements,
Channels.python_news,
Channels.python_events,