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.
ApplicationContext
TYPE_CHECKING
1 parent 59ab5ec commit de693d1Copy full SHA for de693d1
discord/commands/options.py
@@ -39,13 +39,13 @@
39
Thread,
40
VoiceChannel,
41
)
42
+from ..commands import ApplicationContext
43
from ..enums import ChannelType
44
from ..enums import Enum as DiscordEnum
45
from ..enums import SlashCommandOptionType
46
from ..utils import MISSING, basic_autocomplete
47
48
if TYPE_CHECKING:
- from ..commands import ApplicationContext
49
from ..ext.commands import Converter
50
from ..member import Member
51
from ..message import Attachment
0 commit comments