diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/seasons/evergreen/snakes/snakes_cog.py | 4 | 
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. | 
