| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
Changed the pagination emoji collection from list to tuple
This change was suggested since this collection is constant
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
Switched the emoji used to clear the reactions of a paginator [":x:"]
With [":trashcan:"], Clicking on this emoji deletes the message
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs
|
| | |
|
| |
|
|
| |
summary
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|