aboutsummaryrefslogtreecommitdiffstats
path: root/bot/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/help.py')
-rw-r--r--bot/help.py2
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,
)