Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove reference to no longer used EmptyEmbed var | 2022-09-21 | -2/+1 | |
| | ||||
* | Remove unnecessary edits during pagination | 2021-11-20 | -10/+0 | |
| | | | | pick 3cd4c92b1e24c8cfdae8c5c68c19607c62cc01ed from python-discord/bot remove additional unnecessary edit | |||
* | Fix type annotations | 2021-08-31 | -2/+3 | |
| | ||||
* | Modify code to comply with new linter error N818 | 2021-08-06 | -3/+3 | |
| | ||||
* | Type hint optional parameter | 2021-05-16 | -1/+1 | |
| | | | Co-authored-by: ToxicKidz <[email protected]> | |||
* | Bump d.py to 1.7.2 | 2021-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 Conflicts | 2021-05-10 | -3/+3 | |
|\ | ||||
| * | Fix Bug:Paginated embed image gets carried to next page | 2021-04-20 | -3/+3 | |
| | | ||||
* | | chore: Replace the remaining double quotes with double quotes | 2021-05-04 | -1/+1 | |
| | | ||||
* | | chore: Prefer double quotes over single quotes | 2021-05-04 | -4/+4 | |
| | | ||||
* | | chore: Don't return a Message object when the return annotation is None | 2021-05-03 | -4/+6 | |
|/ | ||||
* | Remove redundant f-strings | 2020-07-14 | -2/+2 | |
| | | | | This fixes a new lint error (F541) introduced by flake8 3.8. | |||
* | Deseasonify: move pagination module under utils | 2020-03-26 | -0/+430 | |