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 a6667fb commit fd175a3Copy full SHA for fd175a3
discord_slash/__init__.py
@@ -1,16 +1,14 @@
1
"""
2
discord-py-slash-command
3
~~~~~~~~~~~~~~~~~~~~~~~~
4
-
5
Simple Discord Slash Command extension for discord.py
6
7
:copyright: (c) 2020-2021 eunwoo1104
8
:license: MIT
9
10
11
from .client import SlashCommand # noqa: F401
12
from .const import __version__ # noqa: F401
13
-from .context import ComponentContext, SlashContext, MenuContext # noqa: F401
+from .context import ComponentContext, MenuContext, SlashContext # noqa: F401
14
from .dpy_overrides import ComponentMessage # noqa: F401
15
from .model import ButtonStyle, ComponentType, SlashCommandOptionType # noqa: F401
16
from .utils import manage_commands # noqa: F401
0 commit comments