diff options
author | 2022-05-09 18:21:21 +0200 | |
---|---|---|
committer | 2022-05-09 18:21:21 +0200 | |
commit | 019983c3785191a0c7182c62394cec2bac123d51 (patch) | |
tree | 54c296bd04a13a0097cbd7249b78a6716556d735 /bot/exts/core/help.py | |
parent | Doublefixed indentation and removed unused import. (diff) | |
parent | Bump pillow from 9.0.0 to 9.0.1 (#1045) (diff) |
Merge branch 'main' into uwu
Diffstat (limited to 'bot/exts/core/help.py')
-rw-r--r-- | bot/exts/core/help.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bot/exts/core/help.py b/bot/exts/core/help.py index 4b766b50..db3c2aa6 100644 --- a/bot/exts/core/help.py +++ b/bot/exts/core/help.py @@ -13,10 +13,7 @@ from rapidfuzz import process from bot import constants from bot.bot import Bot from bot.constants import Emojis -from bot.utils.pagination import ( - FIRST_EMOJI, LAST_EMOJI, - LEFT_EMOJI, LinePaginator, RIGHT_EMOJI, -) +from bot.utils.pagination import FIRST_EMOJI, LAST_EMOJI, LEFT_EMOJI, LinePaginator, RIGHT_EMOJI DELETE_EMOJI = Emojis.trashcan |