aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/rules.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/rules.py b/bot/cogs/rules.py
index f940d22b9..59f28615c 100644
--- a/bot/cogs/rules.py
+++ b/bot/cogs/rules.py
@@ -1,7 +1,8 @@
import re
from typing import Optional
-bot.load_extension("bot.cogs.rules")
+from discord import Colour, Embed
+from discord.ext.commands import Bot, Context, command
from bot.constants import Channels, Roles
from bot.decorators import redirect_output