aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/__main__.py')
-rw-r--r--bot/__main__.py2
1 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)