discord/abc.py:476:55: error[invalid-argument-type] Argument to bound method `HTTPClient.bulk_channel_update` is incorrect: Expected `list[ChannelPositionUpdate]`, found `list[dict[str, Any]]`
discord/abc.py:691:62: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/abc.py:1031:72: error[invalid-argument-type] Argument to bound method `HTTPClient.edit_channel_permissions` is incorrect: Expected `Literal[0, 1]`, found `int`
discord/abc.py:2091:9: error[invalid-parameter-default] Default value of type `<class 'VoiceClient'>` is not assignable to annotated parameter type `(Client, Connectable, /) -> T@connect`
discord/activity.py:286:9: error[invalid-method-override] Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord/activity.py:455:9: error[invalid-method-override] Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord/activity.py:566:9: error[invalid-method-override] Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord/activity.py:741:109: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/activity.py:747:107: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/activity.py:822:9: error[invalid-method-override] Invalid override of method `to_dict`: Definition is incompatible with `BaseActivity.to_dict`
discord/activity.py:836:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["emoji"]` and value of type `Emoji` on object of type `dict[str, int | str | None]`
discord/app_commands/checks.py:390:42: error[invalid-assignment] Object of type `Cooldown | None | Coroutine[Any, Any, Cooldown | None]` is not assignable to `Cooldown | None`
discord/app_commands/commands.py:244:9: error[invalid-assignment] Object of type `bool` is not assignable to attribute `pass_command_binding` on type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])`
discord/app_commands/commands.py:249:50: error[unresolved-attribute] Object of type `((GroupT@validate_auto_complete_callback, Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]]) | ((Interaction[Any], str, /) -> Coroutine[Any, Any, list[Choice[ChoiceT@validate_auto_complete_callback]]])` has no attribute `__qualname__`
discord/app_commands/commands.py:381:37: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__qualname__`
discord/app_commands/commands.py:390:102: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__qualname__`
discord/app_commands/commands.py:402:29: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_description__`
discord/app_commands/commands.py:411:19: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_rename__`
discord/app_commands/commands.py:418:19: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_choices__`
discord/app_commands/commands.py:425:24: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__discord_app_commands_param_autocomplete__`
discord/app_commands/commands.py:441:38: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord/app_commands/commands.py:453:58: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord/app_commands/commands.py:459:57: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
discord/app_commands/commands.py:459:75: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__globals__`
discord/app_commands/commands.py:465:5: error[unresolved-attribute] Unresolved attribute `__discord_app_commands_base_function__` on type `F@mark_overrideable`
discord/app_commands/commands.py:692:28: error[unresolved-attribute] Object of type `((GroupT@Command, Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__self__`
discord/app_commands/commands.py:693:41: error[unresolved-attribute] Object of type `((GroupT@Command, Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__func__`
discord/app_commands/commands.py:693:41: error[unresolved-attribute] Object of type `((GroupT@Command, Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__func__`
discord/app_commands/commands.py:697:97: error[unresolved-attribute] Attribute `__globals__` is not defined on `(GroupT@Command, Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]`, `(Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]` in union `((GroupT@Command, Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Interaction[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | Unknown`
discord/app_commands/commands.py:816:19: error[missing-argument] No argument provided for required parameter `error` of function `Group.on_error`
discord/app_commands/commands.py:816:35: error[invalid-argument-type] Argument to function `Group.on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
discord/app_commands/commands.py:816:48: error[invalid-argument-type] Argument to function `Group.on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
discord/app_commands/commands.py:819:23: error[missing-argument] No argument provided for required parameter `error` of function `Group.on_error`
discord/app_commands/commands.py:819:46: error[invalid-argument-type] Argument to function `Group.on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
discord/app_commands/commands.py:819:59: error[invalid-argument-type] Argument to function `Group.on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
discord/app_commands/commands.py:916:79: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/commands.py:1027:69: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/commands.py:1323:69: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/commands.py:2014:55: error[unresolved-attribute] Object of type `((GroupT@decorator, Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator]) | ((Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator])` has no attribute `__name__`
discord/app_commands/commands.py:2075:51: error[unresolved-attribute] Object of type `((GroupT@decorator, Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator]) | ((Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator])` has no attribute `__name__`
discord/app_commands/commands.py:2138:23: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
discord/app_commands/commands.py:2498:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/errors.py:453:95: error[unresolved-attribute] Object of type `((Interaction[Any], /, *args: Unknown, **kwargs: Unknown) -> Coroutine[Any, Any, object]) | ((Any, Interaction[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord/app_commands/errors.py:460:88: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__qualname__`
discord/app_commands/errors.py:483:27: warning[possibly-unresolved-reference] Name `errors` used when possibly not defined
discord/app_commands/errors.py:484:72: warning[possibly-unresolved-reference] Name `errors` used when possibly not defined
discord/app_commands/installs.py:113:16: error[invalid-return-type] Return type does not match returned value: expected `list[Literal[0, 1]]`, found `list[int]`
discord/app_commands/installs.py:213:16: error[invalid-return-type] Return type does not match returned value: expected `list[Literal[0, 1, 2]]`, found `list[int]`
discord/app_commands/models.py:482:37: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/models.py:924:16: error[invalid-return-type] Return type does not match returned value: expected `Member | None`, found `(Guild & ~AlwaysTruthy) | None | Member`
discord/app_commands/namespace.py:233:81: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/translator.py:106:58: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/app_commands/tree.py:923:55: error[unresolved-attribute] Object of type `((Group, Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator]) | ((Interaction[Any], /, *args: P@decorator.args, **kwargs: P@decorator.kwargs) -> Coroutine[Any, Any, T@decorator])` has no attribute `__name__`
discord/app_commands/tree.py:1011:27: error[unresolved-attribute] Object of type `((Interaction[Any], Member, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], User, /) -> Coroutine[Any, Any, Any]) | ((Interaction[Any], @Todo, /) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
discord/app_commands/tree.py:1133:19: error[missing-argument] No argument provided for required parameter `error` of function `CommandTree.on_error`
discord/app_commands/tree.py:1133:33: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_dispatch_error`, found `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1133:46: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord/app_commands/tree.py:1216:9: error[unresolved-attribute] Unresolved attribute `_cs_command` on type `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1243:19: error[missing-argument] No argument provided for required parameter `error` of function `CommandTree.on_error`
discord/app_commands/tree.py:1243:33: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_call_context_menu`, found `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1243:46: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord/app_commands/tree.py:1273:9: error[unresolved-attribute] Unresolved attribute `_cs_command` on type `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1280:9: error[unresolved-attribute] Unresolved attribute `_cs_namespace` on type `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1306:19: error[missing-argument] No argument provided for required parameter `error` of function `CommandTree.on_error`
discord/app_commands/tree.py:1306:33: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_call`, found `Interaction[ClientT@CommandTree]`
discord/app_commands/tree.py:1306:46: error[invalid-argument-type] Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
discord/appinfo.py:643:91: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/asset.py:462:31: error[invalid-argument-type] Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord/asset.py:490:31: error[invalid-argument-type] Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord/asset.py:525:31: error[invalid-argument-type] Argument to `Asset.__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
discord/audit_logs.py:210:12: error[invalid-return-type] Return type does not match returned value: expected `list[tuple[Object, PermissionOverwrite]]`, found `list[tuple[Role | Member | User | Object, PermissionOverwrite]]`
discord/backoff.py:63:42: error[invalid-parameter-default] Default value of type `Literal[False]` is not assignable to annotated parameter type `T@ExponentialBackoff`
discord/channel.py:255:97: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/channel.py:373:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord/channel.py:631:31: error[unresolved-attribute] Object of type `object` has no attribute `id`
discord/channel.py:1097:15: error[invalid-method-override] Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
discord/channel.py:1106:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord/channel.py:1275:31: error[unresolved-attribute] Object of type `object` has no attribute `id`
discord/channel.py:1767:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `VocalGuildChannel._update`
discord/channel.py:2062:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord/channel.py:2474:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `GuildChannel._update`
discord/channel.py:2615:15: error[invalid-method-override] Invalid override of method `clone`: Definition is incompatible with `GuildChannel.clone`
discord/channel.py:3230:40: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/channel.py:3230:57: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`
discord/channel.py:3252:31: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/channel.py:3405:40: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/channel.py:3405:63: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `URL | None`, found `int | None | str | URL`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None | str | URL`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None | str | URL`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `int | None`, found `int | None | str | URL`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str | None`, found `int | None | str | URL`
discord/client.py:727:59: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str`, found `int | None | str | URL`
discord/client.py:2104:23: error[unresolved-attribute] Object of type `CoroT@event` has no attribute `__name__`
discord/client.py:2105:71: error[unresolved-attribute] Object of type `CoroT@event` has no attribute `__name__`
discord/client.py:2721:81: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/client.py:2727:80: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/components.py:91:9: error[invalid-type-form] Variable of type `Literal["TextDisplay"]` is not allowed in a type expression
discord/components.py:577:9: error[invalid-method-override] Invalid override of method `from_dict`: Definition is incompatible with `BaseOption.from_dict`
discord/components.py:839:29: error[invalid-type-form] Variable of type `Literal["TextDisplay"]` is not allowed in a type expression
discord/components.py:846:50: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/components.py:1147:45: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/components.py:1249:44: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/components.py:1378:27: error[invalid-argument-type] Invalid argument to key "components" with declared type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 4 union elements]` on TypedDict `ContainerComponent`: value of type `list[ActionRow | TextComponent | MediaGalleryComponent | ... omitted 13 union elements]`
discord/components.py:1752:26: error[invalid-argument-type] Argument to `ActionRow.__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 13 union elements`
discord/components.py:1754:23: error[invalid-argument-type] Argument to `Button.__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 12 union elements`
discord/components.py:1756:26: error[invalid-argument-type] Argument to `TextInput.__init__` is incorrect: Expected `TextInput`, found `SelectMenu | TextInput | LabelComponent | ... omitted 11 union elements`
discord/components.py:1760:33: error[invalid-argument-type] Argument to `SectionComponent.__init__` is incorrect: Expected `SectionComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 10 union elements`
discord/components.py:1762:28: error[invalid-argument-type] Argument to `TextDisplay.__init__` is incorrect: Expected `TextComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 9 union elements`
discord/components.py:1764:35: error[invalid-argument-type] Argument to `ThumbnailComponent.__init__` is incorrect: Expected `ThumbnailComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 8 union elements`
discord/components.py:1766:38: error[invalid-argument-type] Argument to `MediaGalleryComponent.__init__` is incorrect: Expected `MediaGalleryComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 7 union elements`
discord/components.py:1768:30: error[invalid-argument-type] Argument to `FileComponent.__init__` is incorrect: Expected `FileComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 6 union elements`
discord/components.py:1770:35: error[invalid-argument-type] Argument to `SeparatorComponent.__init__` is incorrect: Expected `SeparatorComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 5 union elements`
discord/components.py:1772:26: error[invalid-argument-type] Argument to `Container.__init__` is incorrect: Expected `ContainerComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 4 union elements`
discord/components.py:1774:31: error[invalid-argument-type] Argument to `LabelComponent.__init__` is incorrect: Expected `LabelComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 3 union elements`
discord/components.py:1776:36: error[invalid-argument-type] Argument to `FileUploadComponent.__init__` is incorrect: Expected `FileUploadComponent`, found `SelectMenu | FileUploadComponent | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
discord/components.py:1778:36: error[invalid-argument-type] Argument to `RadioGroupComponent.__init__` is incorrect: Expected `RadioGroupComponent`, found `SelectMenu | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
discord/components.py:1780:39: error[invalid-argument-type] Argument to `CheckboxGroupComponent.__init__` is incorrect: Expected `CheckboxGroupComponent`, found `SelectMenu | CheckboxGroupComponent | CheckboxComponent`
discord/components.py:1782:34: error[invalid-argument-type] Argument to `CheckboxComponent.__init__` is incorrect: Expected `CheckboxComponent`, found `SelectMenu | CheckboxComponent`
discord/embeds.py:308:9: error[invalid-method-override] Invalid override of method `__eq__`: Definition is incompatible with `object.__eq__`
discord/emoji.py:131:42: error[invalid-argument-type] Argument to `BaseUser.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/emoji.py:186:16: error[unresolved-attribute] Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:225:30: error[unresolved-attribute] Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:229:19: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:232:15: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:282:30: error[unresolved-attribute] Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:287:26: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/emoji.py:292:54: error[invalid-argument-type] Argument to `Emoji.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/emoji.py:294:22: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/enums.py:97:5: error[invalid-assignment] Object of type `(self) -> str` is not assignable to attribute `__repr__` of type `def __repr__(self) -> str`
discord/enums.py:98:5: error[invalid-assignment] Object of type `(self) -> str` is not assignable to attribute `__str__` of type `def __str__(self) -> str`
discord/enums.py:100:9: error[invalid-assignment] Object of type `(self, other) -> Literal[False] | Unknown` is not assignable to attribute `__le__` of type `def __le__(self, value: tuple[Unknown, ...], /) -> bool`
discord/enums.py:101:9: error[invalid-assignment] Object of type `(self, other) -> Literal[False] | Unknown` is not assignable to attribute `__ge__` of type `def __ge__(self, value: tuple[Unknown, ...], /) -> bool`
discord/enums.py:102:9: error[invalid-assignment] Object of type `(self, other) -> Literal[False] | Unknown` is not assignable to attribute `__lt__` of type `def __lt__(self, value: tuple[Unknown, ...], /) -> bool`
discord/enums.py:103:9: error[invalid-assignment] Object of type `(self, other) -> Literal[False] | Unknown` is not assignable to attribute `__gt__` of type `def __gt__(self, value: tuple[Unknown, ...], /) -> bool`
discord/enums.py:113:9: error[invalid-attribute-override] Invalid override of attribute `__name__`: class variable cannot override instance variable `type.__name__`
discord/enums.py:160:51: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/errors.py:30:10: error[unresolved-import] Cannot resolve imported module `requests`
discord/errors.py:133:45: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/_types.py:61:38: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/bot.py:185:65: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/bot.py:500:69: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/bot.py:654:16: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord/ext/commands/bot.py:680:16: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord/ext/commands/bot.py:1222:79: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/bot.py:1238:16: error[invalid-return-type] Return type does not match returned value: expected `list[str] | str`, found `str | list[_T@list]`
discord/ext/commands/bot.py:1417:33: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/cog.py:268:5: error[unresolved-attribute] Unresolved attribute `__cog_special_method__` on type `FuncT@_cog_special_method`
discord/ext/commands/cog.py:306:97: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/cog.py:335:27: error[unresolved-attribute] Object of type `((Self@__new__, Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any]) | ((Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any])` has no attribute `__name__`
discord/ext/commands/cog.py:461:32: error[invalid-yield] Yield type `Command[Never, (...), Any]` does not match annotated yield type `Command[Self@walk_commands, (...), Any]`
discord/ext/commands/cog.py:497:24: error[unresolved-attribute] Object of type `FuncT@_get_overridden_method` has no attribute `__func__`
discord/ext/commands/cog.py:527:13: error[unresolved-attribute] Unresolved attribute `__cog_listener__` on type `(...) -> Coroutine[Any, Any, Any]`
discord/ext/commands/cog.py:528:33: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord/ext/commands/cog.py:530:17: error[unresolved-attribute] Object of type `(...) -> Coroutine[Any, Any, Any]` has no attribute `__cog_listener_names__`
discord/ext/commands/cog.py:532:17: error[unresolved-attribute] Unresolved attribute `__cog_listener_names__` on type `(...) -> Coroutine[Any, Any, Any]`
discord/ext/commands/context.py:286:99: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/context.py:412:15: error[invalid-method-override] Invalid override of method `_get_channel`: Definition is incompatible with `Messageable._get_channel`
discord/ext/commands/context.py:784:9: error[invalid-method-override] Invalid override of method `typing`: Definition is incompatible with `Messageable.typing`
discord/ext/commands/context.py:1139:25: error[no-matching-overload] No overload of bound method `Webhook.send` matches arguments
discord/ext/commands/converter.py:328:28: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:381:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[int | None, int, int]`, found `tuple[(Guild & ~AlwaysTruthy) | None | int, int, int]`
discord/ext/commands/converter.py:404:39: error[invalid-argument-type] Argument to `PartialMessage.__init__` is incorrect: Expected `TextChannel | VoiceChannel | StageChannel | ... omitted 4 union elements`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`
discord/ext/commands/converter.py:491:77: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:496:57: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:523:55: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:1143:9: error[invalid-method-override] Invalid override of method `__class_getitem__`: Definition is incompatible with `list.__class_getitem__`
discord/ext/commands/converter.py:1151:78: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:1165:42: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:1300:32: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/converter.py:1356:57: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/cooldowns.py:171:9: error[invalid-method-override] Invalid override of method `create_bucket`: Definition is incompatible with `CooldownMapping.create_bucket`
discord/ext/commands/core.py:141:24: error[invalid-assignment] Object of type `object` is not assignable to `(...) -> Any`
discord/ext/commands/core.py:433:38: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__name__`
discord/ext/commands/core.py:462:22: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__commands_checks__`
discord/ext/commands/core.py:470:24: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__commands_cooldown__`
discord/ext/commands/core.py:483:31: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__commands_max_concurrency__`
discord/ext/commands/core.py:500:29: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__before_invoke__`
discord/ext/commands/core.py:508:28: error[unresolved-attribute] Object of type `((CogT@Command, Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command]) | ((Context[Any], /, *args: P@Command.args, **kwargs: P@Command.kwargs) -> Coroutine[Any, Any, T@Command])` has no attribute `__after_invoke__`
discord/ext/commands/core.py:544:24: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__globals__`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `CooldownMapping[Context[Any]]`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `MaxConcurrency`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `bool`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `dict[Any, Any]`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `list[(Context[Any], /) -> bool | Coroutine[Any, Any, bool]]`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `list[str] | tuple[str, ...]`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `str | None`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `str | None`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `str | None`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `str`, found `object`
discord/ext/commands/core.py:602:38: error[invalid-argument-type] Argument to `Command.__init__` is incorrect: Expected `str`, found `object`
discord/ext/commands/core.py:680:52: warning[possibly-missing-attribute] Attribute `cog_command_error` may be missing on object of type `CogT@Command & ~None`
discord/ext/commands/core.py:835:16: error[invalid-return-type] Return type does not match returned value: expected `list[Group[Any, (...), Any]]`, found `list[GroupMixin[Any]]`
discord/ext/commands/core.py:919:47: warning[possibly-missing-attribute] Attribute `cog_before_invoke` may be missing on object of type `CogT@Command & ~None`
discord/ext/commands/core.py:939:47: warning[possibly-missing-attribute] Attribute `cog_after_invoke` may be missing on object of type `CogT@Command & ~None`
discord/ext/commands/core.py:1064:50: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1075:59: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1312:58: warning[possibly-missing-attribute] Attribute `cog_check` may be missing on object of type `CogT@Command & ~None`
discord/ext/commands/core.py:1323:95: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1455:28: error[invalid-yield] Yield type `Command[Never, (...), Any]` does not match annotated yield type `Command[CogT@GroupMixin, (...), Any]`
discord/ext/commands/core.py:1499:16: error[invalid-return-type] Return type does not match returned value: expected `Command[CogT@GroupMixin, (...), Any] | None`, found `(Command[CogT@GroupMixin, (...), Any] & Top[GroupMixin[Unknown]]) | Command[object, (...), Any]`
discord/ext/commands/core.py:1521:37: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1578:35: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1674:54: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1708:63: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1762:33: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1768:67: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1830:31: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1835:67: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:1942:17: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord/ext/commands/core.py:1944:13: error[unresolved-attribute] Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]` has no attribute `__commands_checks__`
discord/ext/commands/core.py:1949:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:1956:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2365:17: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord/ext/commands/core.py:2367:13: error[unresolved-attribute] Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]` has no attribute `__commands_checks__`
discord/ext/commands/core.py:2368:13: error[invalid-assignment] Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_guild_only__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2373:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2380:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2440:17: error[invalid-assignment] Object of type `list[Unknown]` is not assignable to attribute `__commands_checks__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]] & ~<Protocol with members '__commands_checks__'>`
discord/ext/commands/core.py:2442:13: error[unresolved-attribute] Object of type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]` has no attribute `__commands_checks__`
discord/ext/commands/core.py:2443:13: error[invalid-assignment] Object of type `Literal[True]` is not assignable to attribute `__discord_app_commands_is_nsfw__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2448:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2455:9: error[unresolved-attribute] Unresolved attribute `predicate` on type `def decorator(func: (...) -> Coroutine[Any, Any, Any]) -> ((...) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2499:13: error[invalid-assignment] Object of type `CooldownMapping[Context[Any]]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2502:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:2547:13: error[invalid-assignment] Object of type `DynamicCooldownMapping[Context[Any]]` is not assignable to attribute `__commands_cooldown__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2550:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:2582:13: error[invalid-assignment] Object of type `MaxConcurrency` is not assignable to attribute `__commands_max_concurrency__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2585:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:2632:32: error[invalid-argument-type] Argument to bound method `Command.before_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2634:13: error[invalid-assignment] Object of type `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__before_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2637:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/core.py:2655:31: error[invalid-argument-type] Argument to bound method `Command.after_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`
discord/ext/commands/core.py:2657:13: error[invalid-assignment] Object of type `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])` is not assignable to attribute `__after_invoke__` on type `((...) -> Coroutine[Any, Any, Any]) & ~Top[Command[Unknown, (...), Unknown]]`
discord/ext/commands/core.py:2660:23: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/flags.py:64:57: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/help.py:248:5: error[unresolved-attribute] Unresolved attribute `__help_command_not_overridden__` on type `FuncT@_not_overridden`
discord/ext/commands/help.py:309:9: error[invalid-assignment] Object of type `def wrapped_get_commands(*, _original: () -> list[Command[Any, (...), Any]] = ...) -> list[Command[Any, (...), Any]]` is not assignable to attribute `get_commands` of type `def get_commands[Self](self) -> list[Command[Self, (...), Any]]`
discord/ext/commands/help.py:310:9: error[invalid-assignment] Object of type `def wrapped_walk_commands(*, _original: () -> Generator[Command[Any, (...), Any], None, None] = ...) -> Unknown` is not assignable to attribute `walk_commands` of type `def walk_commands[Self](self) -> Generator[Command[Self, (...), Any], None, None]`
discord/ext/commands/help.py:328:84: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/help.py:673:75: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/help.py:677:75: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/help.py:693:13: error[no-matching-overload] No overload of bound method `list.sort` matches arguments
discord/ext/commands/help.py:1255:9: error[invalid-method-override] Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
discord/ext/commands/help.py:1264:15: error[invalid-method-override] Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`
discord/ext/commands/help.py:1520:9: error[invalid-method-override] Invalid override of method `get_destination`: Definition is incompatible with `HelpCommand.get_destination`
discord/ext/commands/help.py:1529:15: error[invalid-method-override] Invalid override of method `prepare_help_command`: Definition is incompatible with `HelpCommand.prepare_help_command`
discord/ext/commands/hybrid.py:61:9: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `description`: Inherited mutable field type `str` is incompatible with `str | locale_str`
discord/ext/commands/hybrid.py:69:9: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `description`: Inherited mutable field type `str | locale_str` is incompatible with `str`
discord/ext/commands/hybrid.py:73:9: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `description`: Inherited mutable field type `str` is incompatible with `str | locale_str`
discord/ext/commands/hybrid.py:162:61: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/hybrid.py:176:49: error[unresolved-attribute] Object of type `(str, /) -> Any` has no attribute `__name__`
discord/ext/commands/hybrid.py:221:95: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/hybrid.py:232:13: error[unresolved-attribute] Unresolved attribute `__hybrid_command_flag__` on type `(...) -> Any`
discord/ext/commands/hybrid.py:273:63: error[invalid-type-form] Function calls are not allowed in type expressions
discord/ext/commands/hybrid.py:328:9: error[invalid-assignment] Object of type `Signature` is not assignable to attribute `__signature__` on type `((CogT@HybridAppCommand, Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, T@HybridAppCommand]) | ((Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, T@HybridAppCommand])`
discord/ext/commands/hybrid.py:333:45: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/hybrid.py:338:17: error[unresolved-attribute] Object of type `((CogT@HybridAppCommand, Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, T@HybridAppCommand]) | ((Context[Any], /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, T@HybridAppCommand])` has no attribute `__signature__`
discord/ext/commands/hybrid.py:440:87: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/hybrid.py:443:95: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/hybrid.py:567:9: error[invalid-method-override] Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy`
discord/ext/commands/hybrid.py:739:9: error[invalid-method-override] Invalid override of method `_ensure_assignment_on_copy`: Definition is incompatible with `Command._ensure_assignment_on_copy`
discord/ext/commands/hybrid.py:798:9: error[invalid-method-override] Invalid override of method `add_command`: Definition is incompatible with `GroupMixin.add_command`
discord/ext/commands/parameters.py:115:9: error[invalid-method-override] Invalid override of method `replace`: Definition is incompatible with `inspect.Parameter.replace`
discord/ext/commands/parameters.py:129:32: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/commands/view.py:184:69: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ext/tasks/__init__.py:175:49: error[unresolved-attribute] Object of type `LF@Loop` has no attribute `__qualname__`
discord/ext/tasks/__init__.py:238:29: error[unresolved-attribute] Object of type `LF@Loop` has no attribute `__qualname__`
discord/ext/tasks/__init__.py:257:25: error[unresolved-attribute] Object of type `LF@Loop` has no attribute `__qualname__`
discord/ext/tasks/__init__.py:305:9: error[invalid-assignment] Object of type `(bound method Self@__get__._error(*args: Any) -> CoroutineType[Any, Any, None]) | (def _error(self, *args: Any) -> CoroutineType[Any, Any, None])` is not assignable to attribute `_error` of type `def _error(self, *args: Any) -> CoroutineType[Any, Any, None]`
discord/ext/tasks/__init__.py:306:22: error[unresolved-attribute] Object of type `LF@Loop` has no attribute `__name__`
discord/ext/tasks/__init__.py:553:75: error[unresolved-attribute] Object of type `LF@Loop` has no attribute `__name__`
discord/file.py:93:42: error[invalid-assignment] Object of type `(str & IOBase) | (bytes & IOBase) | (PathLike[Any] & IOBase) | BufferedIOBase` is not assignable to `BufferedIOBase`: Incompatible value of type `(str & IOBase) | (bytes & IOBase) | (PathLike[Any] & IOBase) | BufferedIOBase`
discord/file.py:106:9: error[invalid-assignment] Object of type `() -> None` is not assignable to attribute `close` of type `def close(self) -> None`
discord/file.py:114:70: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/file.py:160:9: error[invalid-assignment] Object of type `bound method BufferedIOBase.close() -> None` is not assignable to attribute `close` of type `def close(self) -> None`
discord/flags.py:1784:9: error[invalid-method-override] Invalid override of method `_from_value`: Definition is incompatible with `BaseFlags._from_value`
discord/flags.py:1881:9: error[invalid-method-override] Invalid override of method `to_array`: Definition is incompatible with `ArrayFlags.to_array`
discord/gateway.py:411:13: error[invalid-assignment] Object of type `bound method Self@from_client.debug_send(data: str, /) -> CoroutineType[Any, Any, None]` is not assignable to attribute `send` of type `def send(self, data: str, /) -> CoroutineType[Any, Any, None]`
discord/gateway.py:412:13: error[invalid-assignment] Object of type `bound method Self@from_client.debug_log_receive(data: dict[str, Any], /) -> None` is not assignable to attribute `log_receive` of type `def log_receive(self, _: dict[str, Any], /) -> None`
discord/gateway.py:475:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["shard"]` and value of type `list[int]` on object of type `dict[str, str | None | dict[str, str] | int]`
discord/gateway.py:479:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["presence"]` and value of type `dict[str, str | None | Activity | int]` on object of type `dict[str, str | None | dict[str, str] | int]`
discord/gateway.py:515:26: error[invalid-argument-type] Argument to bound method `DiscordWebSocket.log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`
discord/gateway.py:745:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["nonce"]` and value of type `str & ~AlwaysFalsy` on object of type `dict[str, int]`
discord/gateway.py:748:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["user_ids"]` and value of type `list[int] & ~AlwaysFalsy` on object of type `dict[str, int]`
discord/gateway.py:751:13: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["query"]` and value of type `str` on object of type `dict[str, int]`
discord/guild.py:644:88: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/guild.py:1961:13: error[invalid-argument-type] Argument to `ForumChannel.__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
discord/guild.py:2634:84: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/http.py:242:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `None`
discord/http.py:242:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `int`
discord/http.py:242:9: error[invalid-assignment] Cannot assign to a subscript on an object of type `str`
discord/http.py:242:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["replied_user"]` and value of type `bool` on object of type `list[Embed]`
discord/http.py:242:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["replied_user"]` and value of type `bool` on object of type `list[Unknown]`
discord/http.py:242:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["replied_user"]` and value of type `bool` on object of type `list[dict[str, Any] | Attachment]`
discord/http.py:242:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["replied_user"]` and value of type `bool` on object of type `list[dict[str, Any]]`
discord/http.py:242:9: error[invalid-assignment] Invalid subscript assignment with key of type `Literal["replied_user"]` and value of type `bool` on object of type `list[str | int]`
discord/http.py:242:37: error[invalid-key] Unknown key "replied_user" for TypedDict `MessageReference` (subscripted object has type `list[Embed] | list[Unknown] | str | ... omitted 7 union elements`)
discord/http.py:555:52: error[unknown-argument] Argument `ws_close` does not match any known parameter
discord/http.py:571:16: error[invalid-return-type] Return type does not match returned value: expected `ClientWebSocketResponse[Literal[True]]`, found `ClientWebSocketResponse[bool]`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `BasicAuth | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `ClientWSTimeout | _SENTINEL`, found `Any | float`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Iterable[str]`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `SSLContext | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bool | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bool`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bool`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bytes | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `str | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `str | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:571:53: error[invalid-argument-type] Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `str`, found `BasicAuth | None | str | ... omitted 4 union elements`
discord/http.py:645:20: error[invalid-context-manager] Object of type `Ratelimit` cannot be used with `async with` because it does not correctly implement `__aexit__`
discord/http.py:806:44: error[invalid-argument-type] Argument to bound method `ClientSession.get` is incorrect: Expected `bool`, found `str | BasicAuth`
discord/integrations.py:210:9: error[invalid-method-override] Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data`
discord/integrations.py:373:9: error[invalid-method-override] Invalid override of method `_from_data`: Definition is incompatible with `Integration._from_data`
discord/interactions.py:254:13: error[invalid-assignment] Object of type `(Guild & ~AlwaysTruthy) | VoiceChannel | StageChannel | ... omitted 5 union elements` is not assignable to attribute `channel` of type `VoiceChannel | StageChannel | TextChannel | ... omitted 6 union elements`
discord/interactions.py:263:104: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/interactions.py:265:95: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/interactions.py:311:16: error[invalid-return-type] Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[ClientT@Interaction] & ~AlwaysTruthy & ~AlwaysFalsy) | (Guild & ~AlwaysFalsy) | Any | None`
discord/interactions.py:508:80: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/interactions.py:616:85: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/interactions.py:779:52: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/interactions.py:1428:16: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/member.py:194:64: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/member.py:318:28: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/member.py:318:45: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
discord/member.py:360:56: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/message.py:873:92: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/message.py:1042:65: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/message.py:2328:69: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/message.py:2401:30: error[invalid-key] TypedDict `Message` can only be subscripted with a string literal key, got key of type `str`
discord/message.py:2452:23: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/message.py:2452:46: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
discord/message.py:2478:30: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/message.py:2478:47: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `UserWithMember`
discord/opus.py:141:48: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
discord/opus.py:149:48: error[unresolved-attribute] Object of type `(...) -> Unknown` has no attribute `__name__`
discord/poll.py:406:94: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/scheduled_event.py:150:40: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/scheduled_event.py:150:63: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
discord/scheduled_event.py:663:22: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/soundboard.py:208:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `BaseSoundboardSound._update`
discord/soundboard.py:232:20: error[unresolved-attribute] Attribute `get_user` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/soundboard.py:233:21: error[invalid-argument-type] Argument to `BaseUser.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/soundboard.py:301:22: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/soundboard.py:302:50: error[invalid-argument-type] Argument to `SoundboardSound.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/soundboard.py:325:15: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/state.py:263:13: error[invalid-assignment] Object of type `bound method Self@__init__.store_user_no_intents(data: discord.types.user.User | PartialUser, *, cache: bool = True) -> discord.user.User` is not assignable to attribute `store_user` of type `def store_user(self, data: discord.types.user.User | PartialUser, *, cache: bool = True) -> discord.user.User`
discord/state.py:372:51: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:437:44: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:474:44: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:478:48: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:497:61: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:549:16: error[invalid-return-type] Return type does not match returned value: expected `tuple[VoiceChannel | StageChannel | ForumChannel | ... omitted 5 union elements, Guild | None]`, found `tuple[(DMChannel & ~AlwaysFalsy) | (Guild & ~AlwaysTruthy & ~AlwaysFalsy) | (VoiceChannel & ~AlwaysFalsy) | ... omitted 6 union elements, Guild | None]`
discord/state.py:685:68: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:719:76: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:820:31: error[invalid-key] Unknown key "data" for TypedDict `PingInteraction` (subscripted object has type `PingInteraction | ApplicationCommandInteraction | MessageComponentInteraction | ModalSubmitInteraction`)
discord/state.py:821:36: error[invalid-key] Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:821:36: error[invalid-key] Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:821:36: error[invalid-key] Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:822:41: error[invalid-key] Unknown key "component_type" for TypedDict `ChatInputApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:822:41: error[invalid-key] Unknown key "component_type" for TypedDict `MessageApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:822:41: error[invalid-key] Unknown key "component_type" for TypedDict `ModalSubmitInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:822:41: error[invalid-key] Unknown key "component_type" for TypedDict `UserApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | ... omitted 4 union elements`)
discord/state.py:826:31: error[invalid-key] Unknown key "data" for TypedDict `PingInteraction` (subscripted object has type `PingInteraction | ApplicationCommandInteraction | ModalSubmitInteraction`)
discord/state.py:827:36: error[invalid-key] Unknown key "custom_id" for TypedDict `ChatInputApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:827:36: error[invalid-key] Unknown key "custom_id" for TypedDict `MessageApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:827:36: error[invalid-key] Unknown key "custom_id" for TypedDict `UserApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:828:37: error[invalid-key] Unknown key "components" for TypedDict `ChatInputApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:828:37: error[invalid-key] Unknown key "components" for TypedDict `MessageApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:828:37: error[invalid-key] Unknown key "components" for TypedDict `UserApplicationCommandInteractionData` (subscripted object has type `Unknown | ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData`)
discord/state.py:927:68: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:928:42: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:968:64: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:1119:16: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/state.py:1119:32: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `Self@parse_guild_member_remove`, found `User`
discord/state.py:1386:20: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/state.py:1386:36: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `Self@parse_guild_ban_remove`, found `User`
discord/state.py:1603:43: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/state.py:1618:43: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/sticker.py:230:38: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/sticker.py:232:20: error[invalid-argument-type] Argument to `Sticker.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/sticker.py:335:9: error[invalid-method-override] Invalid override of method `_from_data`: Definition is incompatible with `Sticker._from_data`
discord/sticker.py:369:22: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/sticker.py:370:28: error[invalid-argument-type] Argument to `StickerPack.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/sticker.py:415:9: error[invalid-method-override] Invalid override of method `_from_data`: Definition is incompatible with `Sticker._from_data`
discord/sticker.py:420:37: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/sticker.py:420:37: error[unresolved-attribute] Attribute `store_user` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/sticker.py:420:60: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
discord/sticker.py:434:16: error[unresolved-attribute] Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/sticker.py:489:43: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/sticker.py:490:29: error[invalid-argument-type] Argument to `Sticker.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
discord/sticker.py:511:15: error[unresolved-attribute] Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
discord/threads.py:490:26: error[unresolved-attribute] Object of type `object` has no attribute `id`
discord/types/components.py:54:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[1]`
discord/types/components.py:59:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[2]`
discord/types/components.py:87:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[3]`
discord/types/components.py:92:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[5]`
discord/types/components.py:97:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[6]`
discord/types/components.py:102:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[7]`
discord/types/components.py:107:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[8]`
discord/types/components.py:113:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[4]`
discord/types/components.py:125:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[3, 5, 6, 7, 8]`
discord/types/components.py:133:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[9]`
discord/types/components.py:139:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[10]`
discord/types/components.py:156:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[11]`
discord/types/components.py:169:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[12]`
discord/types/components.py:174:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[13]`
discord/types/components.py:182:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[14]`
discord/types/components.py:188:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[17]`
discord/types/components.py:195:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[18]`
discord/types/components.py:202:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[19]`
discord/types/components.py:210:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[21]`
discord/types/components.py:220:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[22]`
discord/types/components.py:232:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[23]`
discord/types/interactions.py:214:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[4]`
discord/types/interactions.py:220:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[3, 5, 6, 7, 8]`
discord/types/interactions.py:226:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[19]`
discord/types/interactions.py:232:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[21]`
discord/types/interactions.py:234:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `id`: Mutable inherited `NotRequired` fields cannot be redeclared as required
discord/types/interactions.py:239:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[22]`
discord/types/interactions.py:241:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `id`: Mutable inherited `NotRequired` fields cannot be redeclared as required
discord/types/interactions.py:246:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[23]`
discord/types/interactions.py:248:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `id`: Mutable inherited `NotRequired` fields cannot be redeclared as required
discord/types/interactions.py:268:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[10]`
discord/types/interactions.py:273:5: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `type`: Inherited mutable field type `int` is incompatible with `Literal[18]`
discord/types/scheduled_event.py:84:7: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `user_count` while merging base classes: Required inherited fields cannot be redeclared as `NotRequired`
discord/types/scheduled_event.py:87:7: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `user_count` while merging base classes: Required inherited fields cannot be redeclared as `NotRequired`
discord/types/scheduled_event.py:90:7: error[invalid-typed-dict-field] Cannot overwrite TypedDict field `user_count` while merging base classes: Required inherited fields cannot be redeclared as `NotRequired`
discord/ui/action_row.py:122:36: error[invalid-type-form] `ClassVar` cannot contain type variables
discord/ui/action_row.py:163:26: error[unresolved-attribute] Object of type `(Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_type__`
discord/ui/action_row.py:163:59: error[unresolved-attribute] Object of type `(Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/action_row.py:166:27: error[unresolved-attribute] Object of type `(Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
discord/ui/action_row.py:415:9: error[invalid-parameter-default] Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[SelectT@select]`
discord/ui/action_row.py:430:9: error[invalid-parameter-default] Default value of type `<class 'UserSelect[Any]'>` is not assignable to annotated parameter type `type[UserSelectT@select]`
discord/ui/action_row.py:446:9: error[invalid-parameter-default] Default value of type `<class 'RoleSelect[Any]'>` is not assignable to annotated parameter type `type[RoleSelectT@select]`
discord/ui/action_row.py:462:9: error[invalid-parameter-default] Default value of type `<class 'ChannelSelect[Any]'>` is not assignable to annotated parameter type `type[ChannelSelectT@select]`
discord/ui/action_row.py:478:9: error[invalid-parameter-default] Default value of type `<class 'MentionableSelect[Any]'>` is not assignable to annotated parameter type `type[MentionableSelectT@select]`
discord/ui/action_row.py:493:9: error[invalid-parameter-default] Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[BaseSelectT@select]`
discord/ui/action_row.py:580:27: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/ui/action_row.py:597:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/button.py:259:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/button.py:276:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/button.py:287:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/button.py:376:9: error[unresolved-attribute] Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]`
discord/ui/button.py:377:9: error[unresolved-attribute] Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], Button[V@decorator], /) -> Coroutine[Any, Any, Any]`
discord/ui/checkbox.py:256:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/checkbox.py:259:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/checkbox.py:262:9: error[invalid-method-override] Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord/ui/checkbox.py:268:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/checkbox.py:370:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/checkbox.py:373:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/checkbox.py:376:9: error[invalid-method-override] Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord/ui/checkbox.py:382:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/container.py:109:35: error[invalid-type-form] `ClassVar` cannot contain type variables
discord/ui/container.py:143:24: error[invalid-argument-type] Argument to bound method `Item.copy` is incorrect: Argument type `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & Item[object]` does not satisfy upper bound `Item[V@Item]` of type variable `Self`
discord/ui/container.py:151:30: error[unresolved-attribute] Object of type `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
discord/ui/container.py:151:62: error[unresolved-attribute] Object of type `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/container.py:153:31: error[unresolved-attribute] Object of type `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord/ui/container.py:159:41: error[unresolved-attribute] Object of type `((Self@_init_children, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord/ui/container.py:179:9: error[invalid-method-override] Invalid override of method `_update_view`: Definition is incompatible with `Item._update_view`
discord/ui/container.py:260:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/file.py:162:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/file_upload.py:172:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/file_upload.py:175:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/file_upload.py:178:9: error[invalid-method-override] Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord/ui/file_upload.py:184:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/label.py:112:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/label.py:125:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/media_gallery.py:259:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/modal.py:159:15: error[invalid-method-override] Invalid override of method `on_error`: Definition is incompatible with `BaseView.on_error`
discord/ui/modal.py:176:9: error[invalid-method-override] Invalid override of method `_refresh`: Definition is incompatible with `BaseView._refresh`
discord/ui/modal.py:202:15: error[invalid-method-override] Invalid override of method `_scheduled_task`: Definition is incompatible with `BaseView._scheduled_task`
discord/ui/radio.py:224:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/radio.py:227:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/radio.py:230:9: error[invalid-method-override] Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord/ui/radio.py:236:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/section.py:190:9: error[invalid-argument-type] Argument to bound method `Item._update_view` is incorrect: Argument type `str & Item[object]` does not satisfy upper bound `Item[V@Item]` of type variable `Self`
discord/ui/section.py:192:31: error[invalid-argument-type] Argument to bound method `list.append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[object]) | Item[Any]`
discord/ui/section.py:251:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/select.py:362:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/select.py:365:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/select.py:368:9: error[invalid-method-override] Invalid override of method `_handle_submit`: Definition is incompatible with `Item._handle_submit`
discord/ui/select.py:381:9: error[invalid-method-override] Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`
discord/ui/select.py:404:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/select.py:1027:5: error[invalid-parameter-default] Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[SelectT@select]`
discord/ui/select.py:1043:5: error[invalid-parameter-default] Default value of type `<class 'UserSelect[Any]'>` is not assignable to annotated parameter type `type[UserSelectT@select]`
discord/ui/select.py:1060:5: error[invalid-parameter-default] Default value of type `<class 'RoleSelect[Any]'>` is not assignable to annotated parameter type `type[RoleSelectT@select]`
discord/ui/select.py:1077:5: error[invalid-parameter-default] Default value of type `<class 'ChannelSelect[Any]'>` is not assignable to annotated parameter type `type[ChannelSelectT@select]`
discord/ui/select.py:1094:5: error[invalid-parameter-default] Default value of type `<class 'MentionableSelect[Any]'>` is not assignable to annotated parameter type `type[MentionableSelectT@select]`
discord/ui/select.py:1110:5: error[invalid-parameter-default] Default value of type `<class 'Select[Any]'>` is not assignable to annotated parameter type `type[BaseSelectT@select]`
discord/ui/select.py:1218:9: error[unresolved-attribute] Unresolved attribute `__discord_ui_model_type__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
discord/ui/select.py:1219:9: error[unresolved-attribute] Unresolved attribute `__discord_ui_model_kwargs__` on type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]`
discord/ui/select.py:1229:13: error[unresolved-attribute] Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/select.py:1231:13: error[unresolved-attribute] Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/select.py:1247:13: error[unresolved-attribute] Object of type `(S@decorator, Interaction[Any], BaseSelectT@select, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/separator.py:129:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/text_display.py:87:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/text_input.py:249:9: error[invalid-method-override] Invalid override of method `to_component_dict`: Definition is incompatible with `Item.to_component_dict`
discord/ui/text_input.py:252:9: error[invalid-method-override] Invalid override of method `_refresh_component`: Definition is incompatible with `Item._refresh_component`
discord/ui/text_input.py:255:9: error[invalid-method-override] Invalid override of method `_refresh_state`: Definition is incompatible with `Item._refresh_state`
discord/ui/text_input.py:259:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/thumbnail.py:138:9: error[invalid-method-override] Invalid override of method `from_component`: Definition is incompatible with `Item.from_component`
discord/ui/view.py:264:24: error[invalid-argument-type] Argument to bound method `Item.copy` is incorrect: Argument type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & Item[object]` does not satisfy upper bound `Item[V@Item]` of type variable `Self`
discord/ui/view.py:273:30: error[unresolved-attribute] Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
discord/ui/view.py:273:62: error[unresolved-attribute] Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
discord/ui/view.py:278:31: error[unresolved-attribute] Object of type `((Any, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
discord/ui/view.py:603:62: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/user.py:428:9: error[invalid-method-override] Invalid override of method `_update`: Definition is incompatible with `BaseUser._update`
discord/utils.py:245:54: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:492:42: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:606:39: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:714:16: error[invalid-return-type] Return type does not match returned value: expected `T@maybe_coroutine`, found `object`
discord/utils.py:745:24: error[unresolved-attribute] Object of type `type` has no attribute `__slots__`
discord/utils.py:1047:19: error[invalid-yield] Yield type `list[object]` does not match annotated yield type `list[T@_chunk]`
discord/utils.py:1106:16: error[invalid-return-type] Return type does not match returned value: expected `Iterable[list[T@as_chunks]] | AsyncIterable[list[T@as_chunks]]`, found `AsyncIterator[list[object]]`
discord/utils.py:1119:40: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:1150:88: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:1170:61: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:1171:42: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/utils.py:1226:8: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__qualname__`
discord/utils.py:1226:29: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__name__`
discord/utils.py:1228:25: error[unresolved-attribute] Object of type `(...) -> Any` has no attribute `__qualname__`
discord/webhook/async_.py:754:20: error[missing-argument] No argument provided for required parameter `data` of function `ConnectionState.store_user`
discord/webhook/async_.py:754:44: error[invalid-argument-type] Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User | PartialUser`
discord/webhook/async_.py:1053:16: error[invalid-return-type] Return type does not match returned value: expected `Guild | None`, found `(ConnectionState[Client] & ~AlwaysTruthy) | (_WebhookState & ~AlwaysTruthy) | Guild | None`
discord/webhook/async_.py:1617:73: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/webhook/sync.py:81:14: error[unresolved-import] Cannot resolve imported module `requests`
discord/webhook/sync.py:181:65: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/webhook/sync.py:670:16: error[unresolved-import] Cannot resolve imported module `requests`
discord/webhook/sync.py:676:33: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/webhook/sync.py:713:16: error[unresolved-import] Cannot resolve imported module `requests`
discord/webhook/sync.py:719:33: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/webhook/sync.py:875:77: warning[unused-type-ignore-comment] Unused blanket `type: ignore` directive
discord/welcome_screen.py:104:33: error[unresolved-attribute] Attribute `name` is not defined on `str & _EmojiTag` in union `PartialEmoji | Emoji | (str & _EmojiTag)`
Found 545 diagnostics
