diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/help.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/help.py b/bot/help.py index 7209b71e..e9e1f574 100644 --- a/bot/help.py +++ b/bot/help.py @@ -13,7 +13,7 @@ from fuzzywuzzy import fuzz, process  from bot import constants  from bot.bot import SeasonalBot  from bot.constants import Emojis -from bot.pagination import ( +from bot.utils.pagination import (      FIRST_EMOJI, LAST_EMOJI,      LEFT_EMOJI, LinePaginator, RIGHT_EMOJI,  )  |