aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-09 12:20:22 -0500
committerGravatar sco1 <[email protected]>2019-03-09 12:20:22 -0500
commit03e5dff1d1b69f98639061a10eb5ec77e62dbec5 (patch)
tree2fa987e91259b863d7fd8739768720116d058fe0 /bot
parentFix d.py version pinning & relock (diff)
Migrate snakes cog to new d.py cogs
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/evergreen/snakes/snakes_cog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py
index 57eb7a52..e5ef9137 100644
--- a/bot/seasons/evergreen/snakes/snakes_cog.py
+++ b/bot/seasons/evergreen/snakes/snakes_cog.py
@@ -15,7 +15,7 @@ import aiohttp
import async_timeout
from PIL import Image, ImageDraw, ImageFont
from discord import Colour, Embed, File, Member, Message, Reaction
-from discord.ext.commands import BadArgument, Bot, Context, bot_has_permissions, group
+from discord.ext.commands import BadArgument, Bot, Cog, Context, bot_has_permissions, group
from bot.constants import ERROR_REPLIES, Tokens
from bot.decorators import locked
@@ -132,7 +132,7 @@ CARD = {
# endregion
-class Snakes:
+class Snakes(Cog):
"""
Commands related to snakes. These were created by our
community during the first code jam.