diff options
Diffstat (limited to 'bot/seasons/halloween/hacktober-issue-finder.py')
| -rw-r--r-- | bot/seasons/halloween/hacktober-issue-finder.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktober-issue-finder.py b/bot/seasons/halloween/hacktober-issue-finder.py index e90796f1..f15a665a 100644 --- a/bot/seasons/halloween/hacktober-issue-finder.py +++ b/bot/seasons/halloween/hacktober-issue-finder.py @@ -8,7 +8,7 @@ import discord  from discord.ext import commands  from bot.constants import Month -from bot.decorators import in_month +from bot.utils.decorators import in_month  log = logging.getLogger(__name__)  |