| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Patch d.py's message converters to infer channelID from the given context | 2021-12-05 | -0/+24 | |
| | | | | | 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. | |||
| * | Merge remote-tracking branch 'upstream/main' into coloredlogs | 2021-11-09 | -11/+0 | |
| | | ||||
| * | Monkey patch http.send_typing to catch 403s | 2021-10-04 | -0/+78 | |
| Sometimes discord turns off typing events by throwing 403's, so we should catch those | ||||