diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/seasons/evergreen/magic_8ball.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bot/seasons/evergreen/magic_8ball.py b/bot/seasons/evergreen/magic_8ball.py index c13d2637..38a0fd24 100644 --- a/bot/seasons/evergreen/magic_8ball.py +++ b/bot/seasons/evergreen/magic_8ball.py @@ -2,9 +2,10 @@ import json  import logging  import random -from discord.ext import commands  from pathlib import Path +from discord.ext import commands +  log = logging.getLogger(__name__) | 
