Skip to content

Commit bffad29

Browse files
committed
Ignore model error
1 parent ae8d5d5 commit bffad29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .const import __version__ # noqa: F401
1111
from .context import ComponentContext, MenuContext, SlashContext # noqa: F401
1212
from .dpy_overrides import ComponentMessage # noqa: F401
13-
from .model import ButtonStyle, ComponentType, SlashCommandOptionType # noqa: F401
13+
from .model import ButtonStyle, ComponentType, SlashCommandOptionType, ContextMenuType # noqa: F401
1414
from .utils import manage_commands # noqa: F401
1515
from .utils import manage_components # noqa: F401

0 commit comments

Comments
 (0)