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 2974f06 commit 2332bc9Copy full SHA for 2332bc9
discord/commands/options.py
@@ -45,12 +45,12 @@
45
from ..utils import MISSING, basic_autocomplete
46
47
if TYPE_CHECKING:
48
+ from ..commands import ApplicationContext
49
from ..ext.commands import Converter
50
from ..member import Member
51
from ..message import Attachment
52
from ..role import Role
53
from ..user import User
- from ..commands import ApplicationContext
54
55
InputType = Union[
56
Type[str],
0 commit comments