diff options
| -rw-r--r-- | bot/seasons/halloween/timeleft.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/seasons/halloween/timeleft.py b/bot/seasons/halloween/timeleft.py index b920560e..cfb7ec79 100644 --- a/bot/seasons/halloween/timeleft.py +++ b/bot/seasons/halloween/timeleft.py @@ -1,5 +1,5 @@ -from datetime import datetime  import logging +from datetime import datetime  from discord.ext import commands | 
