We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8d5d5 commit bffad29Copy full SHA for bffad29
discord_slash/__init__.py
@@ -10,6 +10,6 @@
10
from .const import __version__ # noqa: F401
11
from .context import ComponentContext, MenuContext, SlashContext # noqa: F401
12
from .dpy_overrides import ComponentMessage # noqa: F401
13
-from .model import ButtonStyle, ComponentType, SlashCommandOptionType # noqa: F401
+from .model import ButtonStyle, ComponentType, SlashCommandOptionType, ContextMenuType # noqa: F401
14
from .utils import manage_commands # noqa: F401
15
from .utils import manage_components # noqa: F401
0 commit comments