This is a fix to the warning invalid/unexpected value 46 - the commit message is wrong input (accident);
Class `MessageType` received an invalid and unexpected value `46`, a new enum item will be created to represent this value. Please update interactions.py or report this issue on GitHub - https://github.com/interactions-py/interactions.py/issues
Changes
Added 46 POLL_RESULT to MessageType enum;
Related Issues
1731
Test Scenarios
When MessageCreate is called on a poll_result it will give a warning that the message type doesn't exist;
Python Compatibility
[x] I've ensured my code works on Python 3.10.x
[x] I've ensured my code works on Python 3.11.x
Checklist
[x ] I've run the pre-commit code linter over all edited files
[x] I've tested my changes on supported Python versions
[x] I've added tests for my code, if applicable
[x] I've updated / added documentation, where applicable
Pull Request Type
Description
This is a fix to the warning invalid/unexpected value 46 - the commit message is wrong input (accident);
Class `MessageType` received an invalid and unexpected value `46`, a new enum item will be created to represent this value. Please update interactions.py or report this issue on GitHub - https://github.com/interactions-py/interactions.py/issues
Changes
Related Issues
1731
Test Scenarios
When MessageCreate is called on a poll_result it will give a warning that the message type doesn't exist;
Python Compatibility
3.10.x
3.11.x
Checklist
pre-commit
code linter over all edited files