You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on #1730
This yields another message:
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
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
Minimal Reproducible Code
@interactions.slash_command("test", description="test command", scopes=[DEV_GUILD] ifDEV_GUILDelseNone)asyncdeftest_cmd(self, ctx: interactions.SlashContext):
"""Register as an extension command"""asyncformsginctx.channel.history(10):
...
Traceback
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
Checklist
I have searched the open issues for duplicates.
I have shown the entire traceback, if possible.
I have removed my token from display, if visible.
I have attempted to debug this myself, and I believe this issue is with the library
Additional Information
No response
The text was updated successfully, but these errors were encountered:
This was reported on discord/discord-api-docs#7011 (comment)
It's been 3 weeks but this has been forwarded to the related team. Hopefully this will get through soon.
Library Version
5.13.1
Describe the Bug
I was working on #1730
This yields another message:
I think this is the poll_result message type. However, it is not shown on the official documentation on https://discord.com/developers/docs/resources/message#message-object-message-types
Re:
Therefore, this is just to be kept in place and make changes as soon as there is an update on the official document.
Steps to Reproduce
Expected Results
It will generate the following error:
Minimal Reproducible Code
Traceback
Checklist
Additional Information
No response
The text was updated successfully, but these errors were encountered: