interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

fix: Add missing kwargs to Intents.new()

Open silasary opened this issue 6 months ago • 0 comments

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-commit code 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

silasary avatar Apr 05 '25 07:04 silasary