aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Vincent Gross <[email protected]>2019-02-07 21:25:03 -0500
committerGravatar GitHub <[email protected]>2019-02-07 21:25:03 -0500
commit0998392651a5e10f04f5b6e031988ff5dd233612 (patch)
tree0d637c32d15fe42f90ecac02dc585d7daf0b9eee
parentSwapped around import statements. (diff)
Update rules.py
-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