aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/evergreen/conversationstarters.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/exts/evergreen/conversationstarters.py b/bot/exts/evergreen/conversationstarters.py
index 423662bb..68790dca 100644
--- a/bot/exts/evergreen/conversationstarters.py
+++ b/bot/exts/evergreen/conversationstarters.py
@@ -1,5 +1,4 @@
import itertools
-import logging
import random
from pathlib import Path
@@ -10,8 +9,6 @@ from discord.ext import commands
from bot.constants import WHITELISTED_CHANNELS
from bot.utils.decorators import override_in_channel
-log = logging.getLogger(__name__)
-
SUGGESTION_FORM = 'https://forms.gle/zw6kkJqv8U43Nfjg9'
with Path("bot/resources/evergreen/starter.yaml").open("r", encoding="utf8") as f: