aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/pagination.py (follow)
Commit message (Collapse)AuthorAgeLines
* Fix type annotationsGravatar decorator-factory2021-08-31-2/+3
|
* Modify code to comply with new linter error N818Gravatar wookie1842021-08-06-3/+3
|
* Type hint optional parameterGravatar ChrisJL2021-05-16-1/+1
| | | Co-authored-by: ToxicKidz <[email protected]>
* Bump d.py to 1.7.2Gravatar Chris2021-05-16-4/+15
| | | | | | | d.py 1.5.1 depending on multidict, which needs gcc installed. Bumping d.py to 1.7.2 removes the need fo rbuild tools in the image. d.py 1.7 introduced the line sep are on the paginator, so this needs to be added to our linepaginator subclass.
* fix: Resolve Merge ConflictsGravatar ToxicKidz2021-05-10-3/+3
|\
| * Fix Bug:Paginated embed image gets carried to next pageGravatar Rohan2021-04-20-3/+3
| |
* | chore: Replace the remaining double quotes with double quotesGravatar ToxicKidz2021-05-04-1/+1
| |
* | chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-4/+4
| |
* | chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz2021-05-03-4/+6
|/
* Remove redundant f-stringsGravatar MarkKoz2020-07-14-2/+2
| | | | This fixes a new lint error (F541) introduced by flake8 3.8.
* Deseasonify: move pagination module under utilsGravatar kwzrd2020-03-26-0/+430