aboutsummaryrefslogtreecommitdiffstats
path: root/bot/help.py
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-03-26 22:39:10 +0100
committerGravatar kwzrd <[email protected]>2020-03-26 22:39:10 +0100
commit4e0294f8e7b154608e725c7c7ed5e9803ae13f25 (patch)
treeedc8656e5b0cfb9dd63ac0e25c343fce44c31a37 /bot/help.py
parentDeseasonify: move exceptions module under utils (diff)
Deseasonify: move pagination module under utils
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,
)