interactions.py
interactions.py copied to clipboard
A highly extensible, easy to use, and feature complete bot framework for Discord
## About This pull request adds a download method for attachments ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked to...
## About This pull request aims to stop "unclosed client session" messages to appear after stopping the bot ## Checklist - [x] I've ran `pre-commit` to format and lint the...
## About see above ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked to make sure the change(s) work on `3.8.6`...
This allows multi-guild usage when 2 or more scopes are used on a command since the command will have a different ID but the same name in different guilds. Reported...
## About This pull request adds ``AllowedMentions`` and ``AllowedMentionTypes`` objects to work with ``allowed_mentions`` ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x]...
## About This pull request splits ``_dispatch_event`` in two other methods. ## Checklist - [ ] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked...
## About This pull request converts MISSING into a class instance, which allows for things like `__repr__`, `__bool__`, and other similar things to be added ## Checklist - [x] I've...
## About This pull request adds `presence` property to `User`. Can be ready to merge after merging #1004 ## Checklist - [ ] I've ran `pre-commit` to format and lint...
**What is the feature you're proposing?** As of right now, caching has no limit. I feel like there should be a way to set a limit for each type of...
## About This pull request is about (X), which does (Y). ## Checklist - [x] I've ran `pre-commit` to format and lint the change(s) made. - [x] I've checked to...