| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
| |
Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
|
|
|
| |
This trivial change is actually to try and reproduce a bug we had with our GitHub actions.
|
|
|
|
| |
Discord.py's message converter is supposed to infer channelID based on ctx.channel if only a messageID is given. A refactor (linked below) a few weeks before d.py's archival broke this, so that if only a messageID is given to the converter, it will only find that message if it's in the bot's cache.
|
| |
|
|
Sometimes discord turns off typing events by throwing 403's, so we should catch those
|