aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/help_channels.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index eeb3f3684..a75314f62 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -1,5 +1,6 @@
import asyncio
import json
+import logging
from collections import deque
from pathlib import Path
@@ -10,6 +11,8 @@ from bot import constants
from bot.bot import Bot
from bot.utils.scheduling import Scheduler
+log = logging.getLogger(__name__)
+
ASKING_GUIDE_URL = "https://pythondiscord.com/pages/asking-good-questions/"
AVAILABLE_MSG = f"""