aboutsummaryrefslogtreecommitdiffstats
path: root/bot/pagination.py (follow)
Commit message (Collapse)AuthorAgeLines
* Lint error - missing lineGravatar F4zii2020-02-17-1/+0
|
* Merge remote-tracking branch 'origin/F4zi/bug/LAST_EMOJI-352' into ↵Gravatar F4zii2020-02-17-0/+1
|\ | | | | | | F4zi/bug/LAST_EMOJI-352
| * Paginator Migration - Added trashcan emoji to constants.pyGravatar F4zii2020-02-17-1/+2
| |
* | Paginator Migration - Added trashcan emoji to constants.pyGravatar F4zii2020-02-17-1/+3
|/
* Pagination migrations - Data Structure ModifiedGravatar F4zi2020-02-17-1/+1
| | | | | | Changed the pagination emoji collection from list to tuple This change was suggested since this collection is constant
* Pagination migrations - Actions and emojisGravatar F4zi2020-02-17-6/+6
| | | | | | | Clicking on [:trashcan:] broke the loop and deleted the message, instead, now we return after a message deletion and break when an `asyncio.TimeoutError` is raised (when a user fails to add reactions in time)
* Paginator Migration - Emoji and actionsGravatar F4zii2020-02-16-10/+10
| | | | | Switched the emoji used to clear the reactions of a paginator [":x:"] With [":trashcan:"], Clicking on this emoji deletes the message
* Fix the Pagination cogGravatar F4zii2020-02-16-1/+1
| | | | | | | | When using pagination in the Reddit cog, clicking the LAST_EMOJI would raise an exception like this: TypeError: unsupported operand type(s) for -: 'list' and 'int' This was resolved by taking the subtraction out of the len() function.
* Initial linting passGravatar S. Co12019-09-09-4/+4
| | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs
* Fix lint errorsGravatar kosayoda2019-08-20-3/+1
|
* Replace paramater and return value docstring documentation with an extended ↵Gravatar kosayoda2019-08-19-64/+19
| | | | summary
* Relint Seasonalbot with new linting rulesGravatar sco12019-04-24-8/+0
|
* Remove attribute autodoc prefixGravatar sco12019-03-20-2/+2
|
* Remove unnecessary pass statementGravatar sco12019-03-20-2/+0
|
* Docstring pass for top-level bot functionsGravatar sco12019-03-18-35/+40
|
* Initial move of Snakes cog from the bot to seasonalbotGravatar Chris Goes2019-03-04-0/+480