aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/__main__.py2
-rw-r--r--bot/seasons/evergreen/branding.py (renamed from bot/branding.py)0
2 files changed, 0 insertions, 2 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index 5d4056af..47d99648 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -12,6 +12,4 @@ bot.add_check(in_channel_check(*WHITELISTED_CHANNELS, bypass_roles=STAFF_ROLES))
for ext in get_extensions():
bot.load_extension(ext)
-bot.load_extension("bot.branding")
-
bot.run(Client.token)
diff --git a/bot/branding.py b/bot/seasons/evergreen/branding.py
index 2eb563ea..2eb563ea 100644
--- a/bot/branding.py
+++ b/bot/seasons/evergreen/branding.py