aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utils/extensions.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-21 00:30:58 +0100
committerGravatar Leon Sandøy <[email protected]>2020-11-21 00:30:58 +0100
commit16417225e7c0bfbb4260d51722c2f68696e7ccd6 (patch)
tree4a22678232104c6bee8c67edeea8a16a8d3e963b /bot/exts/utils/extensions.py
parentMake the bot name less hard-coded. (diff)
Remove references to old name.
I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so.
Diffstat (limited to 'bot/exts/utils/extensions.py')
-rw-r--r--bot/exts/utils/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/extensions.py b/bot/exts/utils/extensions.py
index 102a0416..bb22c353 100644
--- a/bot/exts/utils/extensions.py
+++ b/bot/exts/utils/extensions.py
@@ -8,7 +8,7 @@ from discord.ext import commands
from discord.ext.commands import Context, group
from bot import exts
-from bot.bot import SeasonalBot as Bot
+from bot.bot import Bot
from bot.constants import Client, Emojis, MODERATION_ROLES, Roles
from bot.utils.checks import with_role_check
from bot.utils.extensions import EXTENSIONS, unqualify