aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/utils/monkey_patches.py (follow)
Commit message (Collapse)AuthorAgeLines
* Surface apply_monkey_patches directly in the util namespaceGravatar Chris Lovering2022-03-03-83/+0
|
* Add disnake monkey patchesGravatar Chris Lovering2022-02-24-0/+83
This covers the monkeypatches for Commands and Groups to allow for root aliases, along with a monkey patch for typing events, in case discord decides to raise 403s again. Co-authored-by: Mark <[email protected]> Co-authored-by: Hassan Abouelela <[email protected]>