diff options
author | 2020-03-26 22:39:10 +0100 | |
---|---|---|
committer | 2020-03-26 22:39:10 +0100 | |
commit | 4e0294f8e7b154608e725c7c7ed5e9803ae13f25 (patch) | |
tree | edc8656e5b0cfb9dd63ac0e25c343fce44c31a37 /bot/help.py | |
parent | Deseasonify: move exceptions module under utils (diff) |
Deseasonify: move pagination module under utils
Diffstat (limited to 'bot/help.py')
-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, ) |