diff options
Diffstat (limited to 'bot/seasons/evergreen/reddit.py')
| -rw-r--r-- | bot/seasons/evergreen/reddit.py | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/seasons/evergreen/reddit.py b/bot/seasons/evergreen/reddit.py index 32ca419a..a07e591f 100644 --- a/bot/seasons/evergreen/reddit.py +++ b/bot/seasons/evergreen/reddit.py @@ -5,8 +5,7 @@ import discord  from discord.ext import commands  from discord.ext.commands.cooldowns import BucketType -from bot.pagination import ImagePaginator - +from bot.utils.pagination import ImagePaginator  log = logging.getLogger(__name__)  |