Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Lint error - missing line | 2020-02-17 | -1/+0 | |
| | ||||
* | Merge remote-tracking branch 'origin/F4zi/bug/LAST_EMOJI-352' into ↵ | 2020-02-17 | -0/+1 | |
|\ | | | | | | | F4zi/bug/LAST_EMOJI-352 | |||
| * | Paginator Migration - Added trashcan emoji to constants.py | 2020-02-17 | -1/+2 | |
| | | ||||
* | | Paginator Migration - Added trashcan emoji to constants.py | 2020-02-17 | -1/+3 | |
|/ | ||||
* | Pagination migrations - Data Structure Modified | 2020-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 emojis | 2020-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 actions | 2020-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 cog | 2020-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 pass | 2019-09-09 | -4/+4 | |
| | | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs | |||
* | Fix lint errors | 2019-08-20 | -3/+1 | |
| | ||||
* | Replace paramater and return value docstring documentation with an extended ↵ | 2019-08-19 | -64/+19 | |
| | | | | summary | |||
* | Relint Seasonalbot with new linting rules | 2019-04-24 | -8/+0 | |
| | ||||
* | Remove attribute autodoc prefix | 2019-03-20 | -2/+2 | |
| | ||||
* | Remove unnecessary pass statement | 2019-03-20 | -2/+0 | |
| | ||||
* | Docstring pass for top-level bot functions | 2019-03-18 | -35/+40 | |
| | ||||
* | Initial move of Snakes cog from the bot to seasonalbot | 2019-03-04 | -0/+480 | |