interactions.py
interactions.py copied to clipboard
fix: Add missing kwargs to Intents.new()
Pull Request Type
- [ ] Feature addition
- [x] Bugfix
- [ ] Documentation update
- [ ] Code refactor
- [ ] Tests improvement
- [ ] CI/CD pipeline enhancement
- [ ] Other: [Replace with a description]
Description
Adds missing arguments to ctor
Changes
Related Issues
Test Scenarios
Python Compatibility
- [ ] I've ensured my code works on Python
3.10.x - [ ] I've ensured my code works on Python
3.11.x
Checklist
- [ ] I've run the
pre-commitcode linter over all edited files - [ ] I've tested my changes on supported Python versions
- [ ] I've added tests for my code, if applicable
- [ ] I've updated / added documentation, where applicable