diff options
| author | 2019-03-09 21:23:51 +1000 | |
|---|---|---|
| committer | 2019-03-09 21:23:51 +1000 | |
| commit | 0acffdd609b9a57e02e652988edcaa54b911df43 (patch) | |
| tree | 831e787e5cee99c41c3261759bf6dfeba6b51822 /bot/seasons/halloween/spookyavatar.py | |
| parent | Merge pull request #135 from kosayoda/server-icon-fix (diff) | |
| parent | Stray print (diff) | |
Merge pull request #133 from python-discord/snake-cog
Snake cog
Diffstat (limited to 'bot/seasons/halloween/spookyavatar.py')
| -rw-r--r-- | bot/seasons/halloween/spookyavatar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookyavatar.py b/bot/seasons/halloween/spookyavatar.py index b37a03f9..a1173740 100644 --- a/bot/seasons/halloween/spookyavatar.py +++ b/bot/seasons/halloween/spookyavatar.py @@ -4,8 +4,8 @@ from io import BytesIO import aiohttp import discord -from discord.ext import commands from PIL import Image +from discord.ext import commands from bot.utils.halloween import spookifications |