From 4e0294f8e7b154608e725c7c7ed5e9803ae13f25 Mon Sep 17 00:00:00 2001 From: kwzrd Date: Thu, 26 Mar 2020 22:39:10 +0100 Subject: Deseasonify: move pagination module under utils --- bot/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/help.py') 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, ) -- cgit v1.2.3