Skip to content

Commit eb3f7ed

Browse files
committed
port LinePaginator and PaginationEmojis into the pagination module.
This will allow their reusability in all other bots
1 parent a3c284e commit eb3f7ed

File tree

2 files changed

+400
-4
lines changed

2 files changed

+400
-4
lines changed

pydis_core/utils/messages.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
from typing import Sequence
2-
3-
from pydis_core.utils.logging import get_logger
4-
from pydis_core.utils.scheduling import create_task
1+
from collections.abc import Sequence
52

63
import discord
74

5+
from pydis_core.utils.logging import get_logger
6+
from pydis_core.utils.scheduling import create_task
87

98
log = get_logger(__name__)
109

0 commit comments

Comments
 (0)