diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index bbef6719..347ee67a 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -1052,10 +1052,7 @@ class Option(Generic[T, DT]): # type: ignore self.name: str = name -if TYPE_CHECKING: - # Terrible workaround for type checking reasons - def Option(default: T = inspect.Parameter.empty, *, description: str, name: str = discord.utils.MISSING) -> T: - ... +Option: Any def _convert_to_bool(argument: str) -> bool: