-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triaging
Description
Summary
ReactionType isn't exported from the library
Reproduction Steps
- Do
from discord import ReactionType
in the code. - Observe
ImportError: cannot import name 'ReactionType' from 'discord' (D:\.pyenv\pyenv-win\versions\3.12.5\Lib\site-packages\discord\__init__.py). Did you mean: 'InteractionType'?
. - Note that it should be supported.
I think the problem is that it isn't included in enums.py file. I can file a PR fixing this.
Minimal Reproducible Code
Expected Results
It should work.
Actual Results
It does not.
Intents
N/A
System Information
N/A
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.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triaging