Josh
Josh
## Summary Uses paramspec to allow loop.__call__, loop.start and loop.restart to be aware of expected arguments. ## Checklist - [x] If code changes were made then they have been tested....
## Summary Adds a new CommandTree.active_guild_ids property ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the documentation to reflect...
## Summary Adds guide pages for views/modals ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation...
## Summary ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes. -...
This PR adds type hints to ext-menus This is a breaking change, as the minimum python version becomes 3.8 in line with discord.py v2.0.0a
## Summary This pull request implements support for the guild onboarding configuration. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have...
## Summary This PR reworks login flow to use the new `bot` key in the application payload for the ClientUser object, rather than making a 2nd HTTP request. **Note: in...
## Summary Adds support for invite flags, Currently no information on whether invite creation will allow bots to specify flags. ## Checklist - [x] If code changes were made then...