diff options
| -rw-r--r-- | bot/seasons/halloween/8ball.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py index de30fa78..b5be7cc6 100644 --- a/bot/seasons/halloween/8ball.py +++ b/bot/seasons/halloween/8ball.py @@ -1,10 +1,10 @@  import asyncio -import discord  import json  import logging  import random  from pathlib import Path +import discord  from discord.ext import commands  log = logging.getLogger(__name__) | 
