aboutsummaryrefslogtreecommitdiffstats
path: root/bot/monkey_patches.py (follow)
Commit message (Collapse)AuthorAgeLines
* Use monkey patches from botcoreGravatar Chris Lovering2022-09-21-91/+0
|
* Remove trailing whitespaceGravatar Chris Lovering2022-01-08-1/+1
| | | | Like the previous commit, this trivial change is actually to try and reproduce a bug we had with our GitHub actions.
* Change single quote to double quote.Gravatar Chris Lovering2022-01-08-1/+1
| | | | This trivial change is actually to try and reproduce a bug we had with our GitHub actions.
* Patch d.py's message converters to infer channelID from the given contextGravatar Chris Lovering2021-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 coloredlogsGravatar Numerlor2021-11-09-11/+0
|
* Monkey patch http.send_typing to catch 403sGravatar Chris Lovering2021-10-04-0/+78
Sometimes discord turns off typing events by throwing 403's, so we should catch those