mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Add interaction enums to __all__
This commit is contained in:
parent
d0097c4281
commit
89d24cb0bc
@ -51,6 +51,8 @@ __all__ = (
|
|||||||
'ComponentType',
|
'ComponentType',
|
||||||
'ButtonStyle',
|
'ButtonStyle',
|
||||||
'StagePrivacyLevel',
|
'StagePrivacyLevel',
|
||||||
|
'InteractionType',
|
||||||
|
'InteractionResponseType',
|
||||||
)
|
)
|
||||||
|
|
||||||
def _create_value_cls(name):
|
def _create_value_cls(name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user