ERROR discord/abc.py:123:9-15: Class member `PinnedMessage.pinned` overrides parent class `Message` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/abc.py:476:55-62: Argument `list[dict[str, Any]]` is not assignable to parameter `data` with type `list[ChannelPositionUpdate]` in function `discord.http.HTTPClient.bulk_channel_update` [bad-argument-type]
ERROR discord/abc.py:578:44-81: Argument `list[PermissionOverwrite] | list[@_] | object` is not assignable to parameter `iterable` with type `Iterable[@_]` in function `enumerate.__new__` [bad-argument-type]
ERROR discord/abc.py:1031:72-81: Argument `int` is not assignable to parameter `type` with type `Literal[0, 1]` in function `discord.http.HTTPClient.edit_channel_permissions` [bad-argument-type]
ERROR discord/abc.py:1052:64-79: Argument `int` is not assignable to parameter `channel_type` with type `Literal[0, 1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16]` in function `discord.http.HTTPClient.create_channel` [bad-argument-type]
ERROR discord/abc.py:1224:25-37: Object of class `NoneType` has no attribute `id` [missing-attribute]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `file` with type `File` [inconsistent-overload-default]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `delete_after` with type `float` [inconsistent-overload-default]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `nonce` with type `int | str` [inconsistent-overload-default]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `allowed_mentions` with type `AllowedMentions` [inconsistent-overload-default]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `reference` with type `Message | MessageReference | PartialMessage` [inconsistent-overload-default]
ERROR discord/abc.py:1414:15-19: Default `None` from implementation is not assignable to overload parameter `mention_author` with type `bool` [inconsistent-overload-default]
ERROR discord/abc.py:1429:15-19: Default `None` from implementation is not assignable to overload parameter `files` with type `Sequence[File]` [inconsistent-overload-default]
ERROR discord/abc.py:1444:15-19: Default `None` from implementation is not assignable to overload parameter `embed` with type `Embed` [inconsistent-overload-default]
ERROR discord/abc.py:1444:15-19: Default `None` from implementation is not assignable to overload parameter `stickers` with type `Sequence[GuildSticker | StickerItem]` [inconsistent-overload-default]
ERROR discord/abc.py:1444:15-19: Default `None` from implementation is not assignable to overload parameter `view` with type `View` [inconsistent-overload-default]
ERROR discord/abc.py:1444:15-19: Default `None` from implementation is not assignable to overload parameter `poll` with type `Poll` [inconsistent-overload-default]
ERROR discord/abc.py:1484:15-19: Default `None` from implementation is not assignable to overload parameter `embeds` with type `Sequence[Embed]` [inconsistent-overload-default]
ERROR discord/abc.py:1821:23-30: Yielded type `Message` is not assignable to declared yield type `PinnedMessage` [invalid-yield]
ERROR discord/activity.py:286:9-16: Class member `Activity.to_dict` overrides parent class `BaseActivity` in an inconsistent manner [bad-override]
ERROR discord/activity.py:455:9-16: Class member `Game.to_dict` overrides parent class `BaseActivity` in an inconsistent manner [bad-override]
ERROR discord/activity.py:566:9-16: Class member `Streaming.to_dict` overrides parent class `BaseActivity` in an inconsistent manner [bad-override]
ERROR discord/activity.py:822:9-16: Class member `CustomActivity.to_dict` overrides parent class `BaseActivity` in an inconsistent manner [bad-override]
ERROR discord/activity.py:836:26-46: Cannot set item in `dict[str, int | str | None]` [unsupported-operation]
ERROR discord/app_commands/commands.py:244:9-38: Object of class `FunctionType` has no attribute `pass_command_binding` [missing-attribute]
ERROR discord/app_commands/commands.py:402:29-76: Object of class `FunctionType` has no attribute `__discord_app_commands_param_description__` [missing-attribute]
ERROR discord/app_commands/commands.py:411:19-61: Object of class `FunctionType` has no attribute `__discord_app_commands_param_rename__` [missing-attribute]
ERROR discord/app_commands/commands.py:418:19-62: Object of class `FunctionType` has no attribute `__discord_app_commands_param_choices__` [missing-attribute]
ERROR discord/app_commands/commands.py:425:24-72: Object of class `FunctionType` has no attribute `__discord_app_commands_param_autocomplete__` [missing-attribute]
ERROR discord/app_commands/commands.py:465:5-48: Object of class `FunctionType` has no attribute `__discord_app_commands_base_function__` [missing-attribute]
ERROR discord/app_commands/commands.py:692:28-45: Object of class `FunctionType` has no attribute `__self__` [missing-attribute]
ERROR discord/app_commands/commands.py:693:41-58: Object of class `FunctionType` has no attribute `__func__` [missing-attribute]
ERROR discord/app_commands/errors.py:483:27-33: `errors` may be uninitialized [unbound-name]
ERROR discord/app_commands/installs.py:113:16-22: Returned type `list[int]` is not assignable to declared return type `list[InteractionInstallationType]` [bad-return]
ERROR discord/app_commands/installs.py:213:16-22: Returned type `list[int]` is not assignable to declared return type `list[InteractionContextType]` [bad-return]
ERROR discord/app_commands/models.py:217:89-112: Type `object` is not iterable [not-iterable]
ERROR discord/app_commands/models.py:250:16-261:10: Returned type `dict[str, dict[str, str] | int | list[_BooleanApplicationCommandOption | _ChannelApplicationCommandOptionChoice | _IntegerApplicationCommandOption | _NonChannelSnowflakeApplicationCommandOptionChoice | _NumberApplicationCommandOption | _StringApplicationCommandOption | _SubCommandCommandOption | _SubCommandGroupCommandOption] | list[int] | str | None]` is not assignable to declared return type `_ChatInputApplicationCommand | _GuildChatInputApplicationCommand | _GuildMessageApplicationCommand | _GuildUserApplicationCommand | _MessageApplicationCommand | _UserApplicationCommand` [bad-return]
ERROR discord/app_commands/models.py:370:57-89: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/app_commands/models.py:372:57-61: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/app_commands/models.py:375:40-53: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/app_commands/models.py:378:34-74: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/app_commands/models.py:539:42-97: `dict[str, str]` is not assignable to dict key `name_localizations` with type `str | ChoiceT` [bad-assignment]
ERROR discord/app_commands/models.py:924:16-67: Returned type `Guild | Member | None` is not assignable to declared return type `Member | None` [bad-return]
ERROR discord/app_commands/models.py:1055:31-58: `bool | object` is not assignable to attribute `required` with type `bool` [bad-assignment]
ERROR discord/app_commands/models.py:1056:55-76: `float | int | object | None` is not assignable to attribute `min_value` with type `float | int | None` [bad-assignment]
ERROR discord/app_commands/models.py:1057:55-76: `float | int | object | None` is not assignable to attribute `max_value` with type `float | int | None` [bad-assignment]
ERROR discord/app_commands/models.py:1058:42-64: `int | object | None` is not assignable to attribute `min_length` with type `int | None` [bad-assignment]
ERROR discord/app_commands/models.py:1059:42-64: `int | object | None` is not assignable to attribute `max_length` with type `int | None` [bad-assignment]
ERROR discord/app_commands/models.py:1060:35-66: `bool | object` is not assignable to attribute `autocomplete` with type `bool` [bad-assignment]
ERROR discord/app_commands/models.py:1061:84-113: Type `object` is not iterable [not-iterable]
ERROR discord/app_commands/models.py:1062:92-115: Type `object` is not iterable [not-iterable]
ERROR discord/app_commands/models.py:1067:16-1082:10: Returned type `dict[str, bool | dict[str, str] | float | int | list[dict[str, Any]] | list[int] | list[@_] | str | None]` is not assignable to declared return type `_BooleanApplicationCommandOption | _ChannelApplicationCommandOptionChoice | _IntegerApplicationCommandOption | _NonChannelSnowflakeApplicationCommandOptionChoice | _NumberApplicationCommandOption | _StringApplicationCommandOption | _SubCommandCommandOption | _SubCommandGroupCommandOption` [bad-return]
ERROR discord/app_commands/models.py:1160:89-112: Type `object` is not iterable [not-iterable]
ERROR discord/app_commands/models.py:1166:16-1173:10: Returned type `dict[str, dict[str, str] | int | list[_BooleanApplicationCommandOption | _ChannelApplicationCommandOptionChoice | _IntegerApplicationCommandOption | _NonChannelSnowflakeApplicationCommandOptionChoice | _NumberApplicationCommandOption | _StringApplicationCommandOption | _SubCommandCommandOption | _SubCommandGroupCommandOption] | str]` is not assignable to declared return type `_BooleanApplicationCommandOption | _ChannelApplicationCommandOptionChoice | _IntegerApplicationCommandOption | _NonChannelSnowflakeApplicationCommandOptionChoice | _NumberApplicationCommandOption | _StringApplicationCommandOption | _SubCommandCommandOption | _SubCommandGroupCommandOption` [bad-return]
ERROR discord/app_commands/models.py:1233:21-36: `int` is not assignable to TypedDict key `type` with type `Literal[1, 2, 3]` [bad-assignment]
ERROR discord/app_commands/transformers.py:112:67-73: Argument `locale_str | str` is not assignable to parameter `string` with type `locale_str` in function `discord.app_commands.translator.Translator._checked_translate` [bad-argument-type]
ERROR discord/app_commands/transformers.py:117:67-78: Argument `locale_str | str` is not assignable to parameter `string` with type `locale_str` in function `discord.app_commands.translator.Translator._checked_translate` [bad-argument-type]
ERROR discord/app_commands/transformers.py:141:31-76: `list[dict[str, Any]]` is not assignable to dict key `choices` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:143:37-74: `list[int]` is not assignable to dict key `channel_types` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:151:29-43: `float | int` is not assignable to dict key `min_length` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:151:29-43: `float | int` is not assignable to dict key `min_value` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:153:29-43: `float | int` is not assignable to dict key `max_length` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:153:29-43: `float | int` is not assignable to dict key `max_value` with type `bool | int | str` [bad-assignment]
ERROR discord/app_commands/transformers.py:240:22-26: Expected a type form, got instance of `Self@Transformer` [not-a-type]
ERROR discord/app_commands/tree.py:814:19-38: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[ClientT], type[Interaction]) [no-matching-overload]
ERROR discord/app_commands/tree.py:1127:19-38: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[ClientT], type[Interaction]) [no-matching-overload]
ERROR discord/app_commands/tree.py:1180:66-89: `list[ApplicationCommandInteractionDataOption] | object` is not assignable to `list[ApplicationCommandInteractionDataOption]` [bad-assignment]
ERROR discord/app_commands/tree.py:1190:31-56: `list[ApplicationCommandInteractionDataOption] | object` is not assignable to variable `options` with type `list[ApplicationCommandInteractionDataOption]` [bad-assignment]
ERROR discord/app_commands/tree.py:1216:9-32: Object of class `Interaction` has no attribute `_cs_command` [missing-attribute]
ERROR discord/app_commands/tree.py:1221:63-87: Argument `dict[@_, @_] | ResolvedData` is not assignable to parameter `resolved` with type `ResolvedData` in function `discord.app_commands.namespace.Namespace._get_resolved_items` [bad-argument-type]
ERROR discord/app_commands/tree.py:1224:48-69: `int | object | str | None` is not assignable to `int | str | None` [bad-assignment]
ERROR discord/app_commands/tree.py:1273:9-32: Object of class `Interaction` has no attribute `_cs_command` [missing-attribute]
ERROR discord/app_commands/tree.py:1277:44-68: Argument `dict[@_, @_] | ResolvedData` is not assignable to parameter `resolved` with type `ResolvedData` in function `discord.app_commands.namespace.Namespace.__init__` [bad-argument-type]
ERROR discord/app_commands/tree.py:1280:9-34: Object of class `Interaction` has no attribute `_cs_namespace` [missing-attribute]
ERROR discord/appinfo.py:222:45-83: `int | object` is not assignable to attribute `approximate_guild_count` with type `int` [bad-assignment]
ERROR discord/appinfo.py:412:17-41: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:415:21-50: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:418:25-54: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:420:25-54: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:458:16-49: `not in` is not supported between `Literal['bot']` and `None` [not-iterable]
ERROR discord/appinfo.py:462:17-52: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:464:17-52: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:464:55-86: Object of class `NoneType` has no attribute `value` [missing-attribute]
ERROR discord/appinfo.py:466:13-43: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:478:16-48: `not in` is not supported between `Literal['bot']` and `None` [not-iterable]
ERROR discord/appinfo.py:482:17-51: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:484:17-51: Cannot set item in `None` [unsupported-operation]
ERROR discord/appinfo.py:484:54-84: Object of class `NoneType` has no attribute `value` [missing-attribute]
ERROR discord/appinfo.py:486:13-42: Cannot set item in `None` [unsupported-operation]
ERROR discord/asset.py:213:14-20: Class member `Asset._state` overrides parent class `AssetMixin` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/asset.py:385:9-12: Class member `Asset.url` overrides parent class `AssetMixin` in an inconsistent manner [bad-override]
ERROR discord/audit_logs.py:210:12-22: Returned type `list[tuple[Member | Object | Role | User, PermissionOverwrite]]` is not assignable to declared return type `list[tuple[Object, PermissionOverwrite]]` [bad-return]
ERROR discord/automod.py:88:9-17: Default `None` from implementation is not assignable to overload parameter `channel_id` with type `int` [inconsistent-overload-default]
ERROR discord/automod.py:94:9-17: Default `None` from implementation is not assignable to overload parameter `duration` with type `timedelta` [inconsistent-overload-default]
ERROR discord/automod.py:100:9-17: Default `None` from implementation is not assignable to overload parameter `custom_message` with type `str` [inconsistent-overload-default]
ERROR discord/automod.py:304:32-58: Argument `list[str] | object | None` is not assignable to parameter `keyword_filter` with type `list[str] | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:305:32-58: Argument `list[str] | object | None` is not assignable to parameter `regex_patterns` with type `list[str] | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:306:28-50: Argument `list[str] | object | None` is not assignable to parameter `allow_list` with type `list[str] | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:310:64-87: Argument `list[AutoModerationTriggerPresets] | list[int] | object` is not assignable to parameter `value` with type `Sequence[int]` in function `discord.flags.ArrayFlags._from_value` [bad-argument-type]
ERROR discord/automod.py:310:101-123: Argument `list[str] | object | None` is not assignable to parameter `allow_list` with type `list[str] | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:315:31-62: Argument `int | object | None` is not assignable to parameter `mention_limit` with type `int | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:316:41-84: Argument `bool | object | None` is not assignable to parameter `mention_raid_protection` with type `bool | None` in function `AutoModTrigger.__init__` [bad-argument-type]
ERROR discord/automod.py:388:92-120: Argument `object | _AutoModerationTriggerMetadataKeyword | _AutoModerationTriggerMetadataKeywordPreset | None` is not assignable to parameter `data` with type `Empty | _AutoModerationTriggerMetadataKeyword | _AutoModerationTriggerMetadataKeywordPreset | _AutoModerationTriggerMetadataMentionLimit | None` in function `AutoModTrigger.from_data` [bad-argument-type]
ERROR discord/automod.py:398:42-410:10: `dict[str, bool | dict[str, Any] | int | list[dict[str, Any]] | list[str] | str | None]` is not assignable to `_AutoModerationRuleKeyword | _AutoModerationRuleKeywordPreset | _AutoModerationRuleOther` [bad-assignment]
ERROR discord/automod.py:512:31-35: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/automod.py:515:37-53: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/automod.py:520:47-63: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/automod.py:523:34-41: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/automod.py:526:39-67: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/automod.py:529:42-73: Cannot set item in `dict[str, list[dict[str, Any]]]` [unsupported-operation]
ERROR discord/channel.py:373:9-16: Class member `TextChannel._update` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:392:9-13: Class member `TextChannel.type` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:1097:15-27: Class member `VocalGuildChannel._get_channel` overrides parent class `Messageable` in an inconsistent manner [bad-override]
ERROR discord/channel.py:1106:9-16: Class member `VocalGuildChannel._update` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:1544:9-13: Class member `VoiceChannel.type` overrides parent class `VocalGuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:1767:9-16: Class member `StageChannel._update` overrides parent class `VocalGuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:1810:9-13: Class member `StageChannel.type` overrides parent class `VocalGuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2062:9-16: Class member `CategoryChannel._update` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2079:9-13: Class member `CategoryChannel.type` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2474:9-16: Class member `ForumChannel._update` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2508:9-13: Class member `ForumChannel.type` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2615:15-20: Class member `ForumChannel.clone` overrides parent class `GuildChannel` in an inconsistent manner [bad-override]
ERROR discord/channel.py:2633:46-97: `dict[str, Any]` is not assignable to dict key `default_reaction_emoji` with type `Literal[60, 1440, 4320, 10080] | bool | int | list[dict[str, Any]] | str | None` [bad-assignment]
ERROR discord/channel.py:3032:47-84: `list[str]` is not assignable to dict key `applied_tags` with type `Literal[60, 1440, 4320, 10080] | int | str | None` [bad-assignment]
ERROR discord/client.py:735:86-104: Keyword argument `session` with type `str | None` is not assignable to parameter `**kwargs` with type `bool | int | None` in function `typing.MutableMapping.update` [bad-argument-type]
ERROR discord/client.py:737:44-59: `URL` is not assignable to dict key `gateway` with type `bool | int | None` [bad-assignment]
ERROR discord/client.py:762:33-48: Keyword argument `gateway` with type `URL` is not assignable to parameter `**kwargs` with type `bool | int | None` in function `typing.MutableMapping.update` [bad-argument-type]
ERROR discord/client.py:765:33-51: Keyword argument `session` with type `str | None` is not assignable to parameter `**kwargs` with type `bool | int | None` in function `typing.MutableMapping.update` [bad-argument-type]
ERROR discord/client.py:788:29-44: Keyword argument `gateway` with type `URL` is not assignable to parameter `**kwargs` with type `bool | int | None` in function `typing.MutableMapping.update` [bad-argument-type]
ERROR discord/client.py:790:29-47: Keyword argument `session` with type `str | None` is not assignable to parameter `**kwargs` with type `bool | int | None` in function `typing.MutableMapping.update` [bad-argument-type]
ERROR discord/client.py:3021:83-99: Argument `int` is not assignable to parameter `owner_type` with type `Literal[1, 2]` in function `discord.http.HTTPClient.create_entitlement` [bad-argument-type]
ERROR discord/components.py:373:22-38: `int` is not assignable to TypedDict key `style` with type `Literal[1, 2, 3, 4, 5, 6]` [bad-assignment]
ERROR discord/components.py:458:9-18: Attribute `type` of class `SelectMenu` is a read-only property and cannot be set [read-only]
ERROR discord/components.py:488:40-77: `list[int]` is not assignable to TypedDict key `channel_types` with type `list[ChannelType]` [bad-assignment]
ERROR discord/components.py:574:27-31: `None` is not assignable to attribute `_emoji` with type `PartialEmoji` [bad-assignment]
ERROR discord/components.py:577:9-18: Class member `SelectOption.from_dict` overrides parent class `BaseOption` in an inconsistent manner [bad-override]
ERROR discord/components.py:666:22-38: `int` is not assignable to TypedDict key `style` with type `Literal[1, 2]` [bad-assignment]
ERROR discord/components.py:747:21-37: `str` is not assignable to TypedDict key `type` with type `Literal['channel', 'role', 'user']` [bad-assignment]
ERROR discord/components.py:1303:24-42: `int` is not assignable to TypedDict key `spacing` with type `Literal[1, 2]` [bad-assignment]
ERROR discord/components.py:1378:27-63: `list[Component]` is not assignable to TypedDict key `components` with type `list[ContainerChildComponent]` [bad-assignment]
ERROR discord/embeds.py:251:31-66: `datetime | None` is not assignable to attribute `_timestamp` with type `datetime` [bad-assignment]
ERROR discord/embeds.py:308:9-15: Class member `Embed.__eq__` overrides parent class `object` in an inconsistent manner [bad-override]
ERROR discord/embeds.py:362:31-35: `None` is not assignable to attribute `_timestamp` with type `datetime` [bad-assignment]
ERROR discord/emoji.py:119:14-20: Class member `Emoji._state` overrides parent class `AssetMixin` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/emoji.py:166:9-12: Class member `Emoji.url` overrides parent class `AssetMixin` in an inconsistent manner [bad-override]
ERROR discord/emoji.py:279:32-59: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/enums.py:113:9-17: ClassVar `EnumMeta.__name__` overrides instance variable of the same name in parent class `type` [bad-override]
ERROR discord/enums.py:964:5-9: Class member `StatusDisplayType.name` overrides parent class `Enum` in an inconsistent manner [bad-override]
ERROR discord/errors.py:30:5-34: Cannot find module `requests` [missing-import]
ERROR discord/ext/commands/_types.py:62:5-14: Type variable `ContextT_co` is covariant but is used in contravariant position [invalid-variance]
ERROR discord/ext/commands/bot.py:88:33-54: `type[(TypeVar[BotT], Message) -> Awaitable[_Prefix] | Iterable[str] | str]` is not subscriptable [unsupported-operation]
ERROR discord/ext/commands/cog.py:268:5-32: Object of class `FunctionType` has no attribute `__cog_special_method__` [missing-attribute]
ERROR discord/ext/commands/cog.py:497:24-39: Object of class `FunctionType` has no attribute `__func__` [missing-attribute]
ERROR discord/ext/commands/cog.py:527:13-36: Object of class `FunctionType` has no attribute `__cog_listener__` [missing-attribute]
ERROR discord/ext/commands/cog.py:530:17-46: Object of class `FunctionType` has no attribute `__cog_listener_names__` [missing-attribute]
ERROR discord/ext/commands/cog.py:532:17-46: Object of class `FunctionType` has no attribute `__cog_listener_names__` [missing-attribute]
ERROR discord/ext/commands/context.py:92:41-70: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:93:19-48: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:256:19-38: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:288:50-71: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:412:15-27: Class member `Context._get_channel` overrides parent class `Messageable` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/context.py:784:9-15: Class member `Context.typing` overrides parent class `Messageable` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/context.py:848:19-44: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `file` with type `File` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `delete_after` with type `float` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `nonce` with type `int | str` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `allowed_mentions` with type `AllowedMentions` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `reference` with type `Message | MessageReference | PartialMessage` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:851:15-19: Default `None` from implementation is not assignable to overload parameter `mention_author` with type `bool` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:867:15-19: Default `None` from implementation is not assignable to overload parameter `files` with type `Sequence[File]` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:883:15-19: Default `None` from implementation is not assignable to overload parameter `embed` with type `Embed` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:883:15-19: Default `None` from implementation is not assignable to overload parameter `stickers` with type `Sequence[GuildSticker | StickerItem]` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:883:15-19: Default `None` from implementation is not assignable to overload parameter `view` with type `View` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:883:15-19: Default `None` from implementation is not assignable to overload parameter `poll` with type `Poll` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:925:15-19: Default `None` from implementation is not assignable to overload parameter `embeds` with type `Sequence[Embed]` [inconsistent-overload-default]
ERROR discord/ext/commands/context.py:1103:38-1120:14: No matching overload found for function `discord.abc.Messageable.send` called with arguments: (content=str | None, tts=bool, embed=Embed | None, embeds=Sequence[Embed] | None, file=File | None, files=Sequence[File] | None, stickers=Sequence[GuildSticker | StickerItem] | None, delete_after=float | None, nonce=int | str | None, allowed_mentions=AllowedMentions | None, reference=Message | MessageReference | PartialMessage | None, mention_author=bool | None, view=BaseView | None, suppress_embeds=bool, silent=bool, poll=Poll | None) [no-matching-overload]
ERROR discord/ext/commands/context.py:1138:12-37: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:1139:25-50: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/context.py:1141:30-55: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/converter.py:381:16-48: Returned type `tuple[Guild | int | None, int, int]` is not assignable to declared return type `tuple[int | None, int, int]` [bad-return]
ERROR discord/ext/commands/converter.py:1143:9-26: Class member `Greedy.__class_getitem__` overrides parent class `list` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/converter.py:1152:31-35: Expected a type form, got instance of `tuple[()] | Any` [not-a-type]
ERROR discord/ext/commands/cooldowns.py:171:9-22: Class member `DynamicCooldownMapping.create_bucket` overrides parent class `CooldownMapping` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/core.py:462:22-46: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:470:24-50: Object of class `FunctionType` has no attribute `__commands_cooldown__` [missing-attribute]
ERROR discord/ext/commands/core.py:475:49-67: Argument `Literal[BucketType.default]` is not assignable to parameter `type` with type `(@_) -> Any` in function `discord.ext.commands.cooldowns.CooldownMapping.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:483:31-64: Object of class `FunctionType` has no attribute `__commands_max_concurrency__` [missing-attribute]
ERROR discord/ext/commands/core.py:495:45-65: `object | None` is not assignable to `GroupMixin[Any] | None` [bad-assignment]
ERROR discord/ext/commands/core.py:500:29-51: Object of class `FunctionType` has no attribute `__before_invoke__` [missing-attribute]
ERROR discord/ext/commands/core.py:508:28-49: Object of class `FunctionType` has no attribute `__after_invoke__` [missing-attribute]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `enabled` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `help` with type `str | None` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `brief` with type `str | None` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `usage` with type `str | None` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `rest_is_raw` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `aliases` with type `list[str] | tuple[str, ...]` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `description` with type `str` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `hidden` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `checks` with type `list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool]` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `cooldown` with type `CooldownMapping[Context[Any]]` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `max_concurrency` with type `MaxConcurrency` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `require_var_positional` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `cooldown_after_parsing` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `ignore_extra` with type `bool` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `extras` with type `dict[Any, Any]` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:602:38-80: Unpacked keyword argument `CooldownMapping[Context[Any]] | MaxConcurrency | bool | dict[Any, Any] | list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool] | list[str] | str | tuple[str, ...] | None` is not assignable to parameter `name` with type `str` in function `Command.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:680:52-73: Object of class `NoneType` has no attribute `cog_command_error` [missing-attribute]
ERROR discord/ext/commands/core.py:835:16-23: Returned type `list[GroupMixin[Any] | object]` is not assignable to declared return type `list[Group[Any, Ellipsis, Any]]` [bad-return]
ERROR discord/ext/commands/core.py:919:47-68: Object of class `NoneType` has no attribute `cog_before_invoke` [missing-attribute]
ERROR discord/ext/commands/core.py:939:47-67: Object of class `NoneType` has no attribute `cog_after_invoke` [missing-attribute]
ERROR discord/ext/commands/core.py:1183:16-43: Object of class `type` has no attribute `__cog_name__` [missing-attribute]
ERROR discord/ext/commands/core.py:1312:58-71: Object of class `NoneType` has no attribute `cog_check` [missing-attribute]
ERROR discord/ext/commands/core.py:1502:9-16: Implementation signature `(self: Self@GroupMixin, name: str = ..., cls: type[Command[Any, Ellipsis, Any]] = ..., *args: Any, **kwargs: Unpack[_CommandDecoratorKwargs]) -> Any` does not accept all arguments that overload signature `(self: GroupMixin[CogT], name: str = ..., *args: Any, **kwargs: Unpack[_CommandDecoratorKwargs]) -> [ContextT: Context[Any], **P, T](((CogT, ContextT, ParamSpec(P)) -> Coroutine[Any, Any, T]) | ((ContextT, ParamSpec(P)) -> Coroutine[Any, Any, T])) -> Command[CogT, P, T]` accepts [inconsistent-overload]
ERROR discord/ext/commands/core.py:1559:9-14: Implementation signature `(self: Self@GroupMixin, name: str = ..., cls: type[Group[Any, Ellipsis, Any]] = ..., *args: Any, **kwargs: Unpack[_GroupDecoratorKwargs]) -> Any` does not accept all arguments that overload signature `(self: GroupMixin[CogT], name: str = ..., *args: Any, **kwargs: Unpack[_GroupDecoratorKwargs]) -> [ContextT: Context[Any], **P, T](((CogT, ContextT, ParamSpec(P)) -> Coroutine[Any, Any, T]) | ((ContextT, ParamSpec(P)) -> Coroutine[Any, Any, T])) -> Group[CogT, P, T]` accepts [inconsistent-overload]
ERROR discord/ext/commands/core.py:1942:17-41: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:1944:13-37: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:1949:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:1956:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:2018:36-39: Argument `Context[BotT]` is not assignable to parameter with type `ContextT` [bad-argument-type]
ERROR discord/ext/commands/core.py:2025:31-40: Argument `list[(ContextT) -> Coroutine[Any, Any, bool]]` is not assignable to parameter `checks` with type `list[(Context[@_]) -> bool]` in function `discord.ext.commands.errors.CheckAnyFailure.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:2027:12-28: Returned type `Check[Context[GenericResidual@BotT] | ContextT]` is not assignable to declared return type `Check[ContextT]` [bad-return]
ERROR discord/ext/commands/core.py:2365:17-41: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:2367:13-37: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:2368:13-53: Object of class `FunctionType` has no attribute `__discord_app_commands_guild_only__` [missing-attribute]
ERROR discord/ext/commands/core.py:2373:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:2380:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:2440:17-41: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:2442:13-37: Object of class `FunctionType` has no attribute `__commands_checks__` [missing-attribute]
ERROR discord/ext/commands/core.py:2443:13-50: Object of class `FunctionType` has no attribute `__discord_app_commands_is_nsfw__` [missing-attribute]
ERROR discord/ext/commands/core.py:2448:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:2455:9-28: Object of class `FunctionType` has no attribute `predicate` [missing-attribute]
ERROR discord/ext/commands/core.py:2499:13-39: Object of class `FunctionType` has no attribute `__commands_cooldown__` [missing-attribute]
ERROR discord/ext/commands/core.py:2545:62-66: Argument `Literal[BucketType.category, BucketType.channel, BucketType.guild, BucketType.member, BucketType.role, BucketType.user] | ((Context[Any]) -> Any)` is not assignable to parameter `type` with type `(Context[Any]) -> Any` in function `discord.ext.commands.cooldowns.DynamicCooldownMapping.__init__` [bad-argument-type]
ERROR discord/ext/commands/core.py:2547:13-39: Object of class `FunctionType` has no attribute `__commands_cooldown__` [missing-attribute]
ERROR discord/ext/commands/core.py:2582:13-46: Object of class `FunctionType` has no attribute `__commands_max_concurrency__` [missing-attribute]
ERROR discord/ext/commands/core.py:2634:13-35: Object of class `FunctionType` has no attribute `__before_invoke__` [missing-attribute]
ERROR discord/ext/commands/core.py:2657:13-34: Object of class `FunctionType` has no attribute `__after_invoke__` [missing-attribute]
ERROR discord/ext/commands/flags.py:465:32-98: Expected a type form, got instance of `tuple[Unknown, ...]` [not-a-type]
ERROR discord/ext/commands/help.py:248:5-38: Object of class `FunctionType` has no attribute `__help_command_not_overridden__` [missing-attribute]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `enabled` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `help` with type `str | None` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `brief` with type `str | None` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `usage` with type `str | None` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `rest_is_raw` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `aliases` with type `list[str] | tuple[str, ...]` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `description` with type `str` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `hidden` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `checks` with type `list[(Context[Any]) -> Coroutine[Any, Any, bool] | bool]` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `cooldown` with type `CooldownMapping[Context[Any]]` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `max_concurrency` with type `MaxConcurrency` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `require_var_positional` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `cooldown_after_parsing` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `ignore_extra` with type `bool` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `extras` with type `dict[Any, Any]` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:402:53-73: Unpacked keyword argument `object` is not assignable to parameter `name` with type `str` in function `_HelpCommandImpl.__init__` [bad-argument-type]
ERROR discord/ext/commands/help.py:693:21-30: No matching overload found for function `list.sort` called with arguments: (key=((Command[Any, Ellipsis, Any]) -> Any) | ((c: Command[Any, Ellipsis, Any]) -> str) | None) [no-matching-overload]
ERROR discord/ext/commands/help.py:1255:9-24: Class member `DefaultHelpCommand.get_destination` overrides parent class `HelpCommand` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/help.py:1264:15-35: Class member `DefaultHelpCommand.prepare_help_command` overrides parent class `HelpCommand` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/help.py:1520:9-24: Class member `MinimalHelpCommand.get_destination` overrides parent class `HelpCommand` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/help.py:1529:15-35: Class member `MinimalHelpCommand.prepare_help_command` overrides parent class `HelpCommand` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/hybrid.py:61:9-20: Class member `_HybridCommandDecoratorKwargs.description` overrides parent class `_HybridCommandKwargs` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/ext/commands/hybrid.py:69:9-20: Class member `_HybridGroupKwargs.description` overrides parent class `_HybridCommandDecoratorKwargs` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/ext/commands/hybrid.py:73:9-20: Class member `_HybridGroupDecoratorKwargs.description` overrides parent class `_HybridGroupKwargs` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/ext/commands/hybrid.py:113:9-18: Class member `_CallableDefault.__class__` overrides parent class `object` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/hybrid.py:232:13-45: Object of class `FunctionType` has no attribute `__hybrid_command_flag__` [missing-attribute]
ERROR discord/ext/commands/hybrid.py:273:63-100: Expected a type form, got instance of `ConverterTransformer` [not-a-type]
ERROR discord/ext/commands/hybrid.py:328:9-39: Object of class `FunctionType` has no attribute `__signature__` [missing-attribute]
ERROR discord/ext/commands/hybrid.py:338:17-47: Object of class `FunctionType` has no attribute `__signature__` [missing-attribute]
ERROR discord/ext/commands/hybrid.py:565:83-104: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/hybrid.py:735:75-96: No matching overload found for function `discord.utils.CachedSlotProperty.__get__` called with arguments: (Interaction[BotT], type[Interaction]) [no-matching-overload]
ERROR discord/ext/commands/hybrid.py:798:9-20: Class member `HybridGroup.add_command` overrides parent class `Group` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/hybrid.py:844:9-16: Class member `HybridGroup.command` overrides parent class `Group` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/hybrid.py:868:9-14: Class member `HybridGroup.group` overrides parent class `Group` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/parameters.py:63:13-46: `inspect.Parameter.POSITIONAL_ONLY` is not a valid enum member [invalid-literal]
ERROR discord/ext/commands/parameters.py:64:13-52: `inspect.Parameter.POSITIONAL_OR_KEYWORD` is not a valid enum member [invalid-literal]
ERROR discord/ext/commands/parameters.py:65:13-45: `inspect.Parameter.VAR_POSITIONAL` is not a valid enum member [invalid-literal]
ERROR discord/ext/commands/parameters.py:66:13-43: `inspect.Parameter.KEYWORD_ONLY` is not a valid enum member [invalid-literal]
ERROR discord/ext/commands/parameters.py:67:13-42: `inspect.Parameter.VAR_KEYWORD` is not a valid enum member [invalid-literal]
ERROR discord/ext/commands/parameters.py:115:9-16: Class member `Parameter.replace` overrides parent class `Parameter` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/parameters.py:324:5-15: Class member `Signature.parameters` overrides parent class `Signature` in an inconsistent manner [bad-override]
ERROR discord/ext/commands/view.py:151:53-64: Argument `str | None` is not assignable to parameter `close_quote` with type `str` in function `discord.ext.commands.errors.ExpectedClosingQuoteError.__init__` [bad-argument-type]
ERROR discord/ext/commands/view.py:162:57-68: Argument `str | None` is not assignable to parameter `close_quote` with type `str` in function `discord.ext.commands.errors.ExpectedClosingQuoteError.__init__` [bad-argument-type]
ERROR discord/ext/tasks/__init__.py:501:33-70: `tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError], *tuple[type[BaseException], ...]]` is not assignable to attribute `_valid_exception` with type `tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]` [bad-assignment]
ERROR discord/ext/tasks/__init__.py:510:33-35: `tuple[()]` is not assignable to attribute `_valid_exception` with type `tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]` [bad-assignment]
ERROR discord/ext/tasks/__init__.py:526:33-95: `tuple[type[ClientError] | type[ConnectionClosed] | type[GatewayNotFound] | type[OSError] | type[TimeoutError], ...]` is not assignable to attribute `_valid_exception` with type `tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]` [bad-assignment]
ERROR discord/flags.py:1784:9-20: Class member `ArrayFlags._from_value` overrides parent class `BaseFlags` in an inconsistent manner [bad-override]
ERROR discord/flags.py:1881:9-17: Class member `AutoModPresets.to_array` overrides parent class `ArrayFlags` in an inconsistent manner [bad-override]
ERROR discord/gateway.py:227:9-11: Class member `VoiceKeepAliveHandler.ws` overrides parent class `KeepAliveHandler` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/gateway.py:475:37-70: `list[int]` is not assignable to dict key `shard` with type `bool | int | str | dict[str, LiteralString | str] | None` [bad-assignment]
ERROR discord/gateway.py:479:40-484:14: `dict[str, bool | int | str | Activity | None]` is not assignable to dict key `presence` with type `bool | int | str | dict[str, LiteralString | str] | None` [bad-assignment]
ERROR discord/gateway.py:745:37-42: `str` is not assignable to dict key `nonce` with type `bool | int` [bad-assignment]
ERROR discord/gateway.py:748:40-48: `list[int]` is not assignable to dict key `user_ids` with type `bool | int` [bad-assignment]
ERROR discord/gateway.py:751:37-42: `str` is not assignable to dict key `query` with type `bool | int` [bad-assignment]
ERROR discord/guild.py:617:53-95: `object | None` is not assignable to attribute `max_stage_video_users` with type `int | None` [bad-assignment]
ERROR discord/guild.py:631:58-97: `object | None` is not assignable to attribute `approximate_presence_count` with type `int | None` [bad-assignment]
ERROR discord/guild.py:632:56-93: `object | None` is not assignable to attribute `approximate_member_count` with type `int | None` [bad-assignment]
ERROR discord/guild.py:633:51-99: `bool | object` is not assignable to attribute `premium_progress_bar_enabled` with type `bool` [bad-assignment]
ERROR discord/guild.py:1400:22-40: Argument `int` is not assignable to parameter `channel_type` with type `Literal[0, 1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16]` in function `discord.http.HTTPClient.create_channel` [bad-argument-type]
ERROR discord/guild.py:1517:32-37: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1627:37-79: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1735:37-79: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1796:71-75: Argument `CategoryChannel | ForumChannel | MediaChannel | NewsChannel | StageChannel | TextChannel | ThreadChannel | VoiceChannel` is not assignable to parameter `data` with type `CategoryChannel` in function `discord.channel.CategoryChannel.__init__` [bad-argument-type]
ERROR discord/guild.py:1908:32-37: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1932:53-113: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1934:53-122: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1947:41-78: Cannot set item in `dict[str, int]` [unsupported-operation]
ERROR discord/guild.py:1961:18-22: Argument `CategoryChannel | ForumChannel | MediaChannel | NewsChannel | StageChannel | TextChannel | ThreadChannel | VoiceChannel` is not assignable to parameter `data` with type `ForumChannel | MediaChannel` in function `discord.channel.ForumChannel.__init__` [bad-argument-type]
ERROR discord/guild.py:3374:23-95: `EntityType | Any | None` is not assignable to variable `entity_type` with type `EntityType` [bad-assignment]
ERROR discord/guild.py:3388:38-55: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/guild.py:3399:40-59: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/guild.py:3412:37-47: Object of class `NoneType` has no attribute `id` [missing-attribute]
ERROR discord/guild.py:3436:42-50: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/guild.py:3963:37-48: Cannot set item in `dict[str, list[WelcomeScreenChannel]]` [unsupported-operation]
ERROR discord/guild.py:3966:33-40: Cannot set item in `dict[str, list[WelcomeScreenChannel]]` [unsupported-operation]
ERROR discord/guild.py:4289:52-64: `int` is not assignable to `Literal[1, 10, 11, 12, 13, 14, 15, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 40, 41, 42, 50, 51, 52, 60, 61, 62, 72, 73, 74, 75, 80, 81, 82, 83, 84, 85, 90, 91, 92, 100, 101, 102, 110, 111, 112, 121, 130, 131, 132, 140, 141, 142, 143, 144, 145, 146, 150, 151, 163, 164, 165, 166, 167, 190, 191] | None` [bad-assignment]
ERROR discord/guild.py:4716:32-81: No matching overload found for function `discord.utils.parse_time` called with arguments: (object | None) [no-matching-overload]
ERROR discord/guild.py:4727:32-78: No matching overload found for function `discord.utils.parse_time` called with arguments: (object | None) [no-matching-overload]
ERROR discord/guild.py:4962:18-61: Argument `int | None` is not assignable to parameter `mode` with type `Literal[0, 1] | None` in function `discord.http.HTTPClient.edit_guild_onboarding` [bad-argument-type]
ERROR discord/http.py:190:34-46: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:192:34-38: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:196:37-57: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:207:28-38: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:208:36-40: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:211:40-57: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:215:38-46: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:219:22-25: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:221:33-48: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:223:31-39: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:226:28-39: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:229:34-45: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:233:43-102: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:235:43-69: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:237:39-74: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:241:43-70: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:242:9-52: Cannot set item in `list[Embed | Unknown]` [unsupported-operation]
ERROR discord/http.py:257:44-64: Argument `Attachment | Unknown` is not assignable to parameter `object` with type `dict[str, Any]` in function `list.append` [bad-argument-type]
ERROR discord/http.py:259:34-53: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:263:39-51: Cannot set item in `dict[str, list[Embed | Unknown]]` [unsupported-operation]
ERROR discord/http.py:282:17-287:18: Argument `dict[str, BufferedIOBase | str]` is not assignable to parameter `object` with type `dict[str, str]` in function `list.append` [bad-argument-type]
ERROR discord/http.py:555:52-60: Unexpected keyword argument `ws_close` in function `aiohttp.client_ws.ClientWSTimeout.__init__` [unexpected-keyword]
ERROR discord/http.py:571:16-62: Returned type `ClientWebSocketResponse[bool]` is not assignable to declared return type `ClientWebSocketResponse` [bad-return]
ERROR discord/http.py:571:53-61: Argument `float | Any` is not assignable to parameter `timeout` with type `ClientWSTimeout | _SENTINEL` in function `aiohttp.client.ClientSession.ws_connect` [bad-argument-type]
ERROR discord/http.py:645:20-29: Cannot use `Ratelimit` as a context manager [bad-context-manager]
ERROR discord/http.py:804:36-51: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/http.py:806:44-52: Unpacked keyword argument `str` is not assignable to parameter `allow_redirects` with type `bool` in function `aiohttp.client.ClientSession.get` [bad-argument-type]
ERROR discord/http.py:1080:31-36: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/http.py:1871:41-55: `int | str` is not assignable to dict key `target_user_id` with type `bool | int` [bad-assignment]
ERROR discord/http.py:1874:48-74: `str` is not assignable to dict key `target_application_id` with type `bool | int` [bad-assignment]
ERROR discord/http.py:2579:46-65: Cannot set item in `dict[str, list[Prompt]]` [unsupported-operation]
ERROR discord/http.py:2582:34-41: Cannot set item in `dict[str, list[Prompt]]` [unsupported-operation]
ERROR discord/http.py:2585:31-35: Cannot set item in `dict[str, list[Prompt]]` [unsupported-operation]
ERROR discord/integrations.py:136:34-56: `list[str] | object` is not assignable to attribute `scopes` with type `list[str]` [bad-assignment]
ERROR discord/integrations.py:210:9-19: Class member `StreamIntegration._from_data` overrides parent class `Integration` in an inconsistent manner [bad-override]
ERROR discord/integrations.py:373:9-19: Class member `BotIntegration._from_data` overrides parent class `Integration` in an inconsistent manner [bad-override]
ERROR discord/interactions.py:218:48-64: `object | ButtonMessageComponentInteractionData | ChatInputApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData | SelectMessageComponentInteractionData | UserApplicationCommandInteractionData | None` is not assignable to attribute `data` with type `ButtonMessageComponentInteractionData | ChatInputApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ModalSubmitInteractionData | SelectMessageComponentInteractionData | UserApplicationCommandInteractionData | None` [bad-assignment]
ERROR discord/interactions.py:224:64-102: Type `object` is not iterable [not-iterable]
ERROR discord/interactions.py:254:28-72: `CategoryChannel | ForumChannel | Guild | StageChannel | TextChannel | Thread | VoiceChannel | None` is not assignable to attribute `channel` with type `CategoryChannel | DMChannel | ForumChannel | GroupChannel | StageChannel | TextChannel | Thread | VoiceChannel | None` [bad-assignment]
ERROR discord/interactions.py:311:16-108: Returned type `ConnectionState[ClientT] | Guild | Any | None` is not assignable to declared return type `Guild | None` [bad-return]
ERROR discord/interactions.py:353:32-56: Argument `dict[@_, @_] | ResolvedData` is not assignable to parameter `resolved` with type `ResolvedData` in function `discord.app_commands.namespace.Namespace.__init__` [bad-argument-type]
ERROR discord/interactions.py:778:27-78: Argument `_InteractionMessageState` is not assignable to parameter `state` with type `ConnectionState` in function `discord.message.Message.__init__` [bad-argument-type]
ERROR discord/interactions.py:1454:5-11: Class member `InteractionMessage._state` overrides parent class `Message` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/interactions.py:1457:15-19: Class member `InteractionMessage.edit` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/invite.py:402:40-59: `object | None` is not assignable to attribute `revoked` with type `bool | None` [bad-assignment]
ERROR discord/invite.py:407:58-96: `object | None` is not assignable to attribute `approximate_presence_count` with type `int | None` [bad-assignment]
ERROR discord/invite.py:408:56-92: `object | None` is not assignable to attribute `approximate_member_count` with type `int | None` [bad-assignment]
ERROR discord/invite.py:470:23-40: Object of class `Object` has no attribute `get_channel` [missing-attribute]
ERROR discord/invite.py:518:9-11: Class member `Invite.id` overrides parent class `Hashable` in an inconsistent manner [bad-override]
ERROR discord/member.py:154:83-123: No matching overload found for function `discord.utils.parse_time` called with arguments: (object | None) [no-matching-overload]
ERROR discord/member.py:328:39-57: `object | None` is not assignable to attribute `_banner` with type `str | None` [bad-assignment]
ERROR discord/member.py:438:24-42: `object | None` is not assignable to attribute `_banner` with type `str | None` [bad-assignment]
ERROR discord/mentions.py:134:36-40: Cannot set item in `dict[str, list[int]]` [unsupported-operation]
ERROR discord/mentions.py:136:25-30: Cannot set item in `dict[str, list[int]]` [unsupported-operation]
ERROR discord/message.py:242:37-54: `object | None` is not assignable to attribute `title` with type `str | None` [bad-assignment]
ERROR discord/message.py:713:16-73: Returned type `ConnectionState | Message | None` is not assignable to declared return type `Message | None` [bad-return]
ERROR discord/message.py:2219:92-121: Argument `object | None` is not assignable to parameter `message_snapshots` with type `list[dict[Literal['message'], MessageSnapshot]] | None` in function `MessageSnapshot._from_value` [bad-argument-type]
ERROR discord/message.py:2401:30-33: Invalid key for TypedDict `Message`, got `str` [bad-typed-dict-key]
ERROR discord/onboarding.py:293:21-36: `int` is not assignable to TypedDict key `type` with type `Literal[0, 1]` [bad-assignment]
ERROR discord/partial_emoji.py:101:9-11: Class member `PartialEmoji.id` overrides parent class `_EmojiTag` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/partial_emoji.py:250:9-12: Class member `PartialEmoji.url` overrides parent class `AssetMixin` in an inconsistent manner [bad-override]
ERROR discord/player.py:256:13-22: Object of class `NoneType` has no attribute `kill` [missing-attribute]
ERROR discord/player.py:261:29-38: Object of class `NoneType` has no attribute `poll` [missing-attribute]
ERROR discord/player.py:269:17-33: Object of class `NoneType` has no attribute `communicate` [missing-attribute]
ERROR discord/player.py:381:21-44: Argument `BufferedIOBase | str` is not assignable to parameter `object` with type `str` in function `list.append` [bad-argument-type]
ERROR discord/player.py:495:21-44: Argument `BufferedIOBase | str` is not assignable to parameter `object` with type `str` in function `list.append` [bad-argument-type]
ERROR discord/poll.py:480:28-50: `int` is not assignable to TypedDict key `layout_type` with type `Literal[1]` [bad-assignment]
ERROR discord/raw_models.py:247:73-102: Type `object` is not iterable [not-iterable]
ERROR discord/reaction.py:266:22-62: Argument `int | None` is not assignable to parameter `type` with type `Literal[0, 1] | None` in function `discord.http.HTTPClient.get_reaction_users` [bad-argument-type]
ERROR discord/scheduled_event.py:480:40-59: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:486:33-45: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:490:32-44: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:492:23-95: `EntityType | Any | None` is not assignable to variable `entity_type` with type `EntityType` [bad-assignment]
ERROR discord/scheduled_event.py:505:38-55: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:520:41-51: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:524:42-46: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:528:37-41: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:547:49-57: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/scheduled_event.py:550:42-50: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/shard.py:373:9-20: Class member `AutoShardedClient._connection` overrides parent class `Client` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/shard.py:401:9-19: Class member `AutoShardedClient._get_state` overrides parent class `Client` in an inconsistent manner [bad-override]
ERROR discord/shard.py:500:18-29: Class member `AutoShardedClient.shard_count` overrides parent class `Client` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/soundboard.py:82:14-20: Class member `BaseSoundboardSound._state` overrides parent class `AssetMixin` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/soundboard.py:98:9-12: Class member `BaseSoundboardSound.url` overrides parent class `AssetMixin` in an inconsistent manner [bad-override]
ERROR discord/soundboard.py:208:9-16: Class member `SoundboardSound._update` overrides parent class `BaseSoundboardSound` in an inconsistent manner [bad-override]
ERROR discord/stage_instance.py:168:40-59: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/state.py:265:40-90: `Any | None` is not assignable to attribute `raw_presence_flag` with type `bool` [bad-assignment]
ERROR discord/state.py:549:16-98: Returned type `tuple[CategoryChannel | DMChannel | ForumChannel | Guild | PartialMessageable | StageChannel | TextChannel | Thread | VoiceChannel, Guild | None]` is not assignable to declared return type `tuple[CategoryChannel | ForumChannel | PartialMessageable | PrivateChannel | StageChannel | TextChannel | Thread | VoiceChannel, Guild | None]` [bad-return]
ERROR discord/state.py:830:81-89: Argument `dict[Unknown, Unknown] | ResolvedData` is not assignable to parameter `resolved` with type `ResolvedData` in function `discord.ui.view.ViewStore.dispatch_modal` [bad-argument-type]
ERROR discord/sticker.py:200:14-20: Class member `StickerItem._state` overrides parent class `_StickerTag` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/sticker.py:271:14-20: Class member `Sticker._state` overrides parent class `_StickerTag` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/sticker.py:335:9-19: Class member `StandardSticker._from_data` overrides parent class `Sticker` in an inconsistent manner [bad-override]
ERROR discord/sticker.py:415:9-19: Class member `GuildSticker._from_data` overrides parent class `Sticker` in an inconsistent manner [bad-override]
ERROR discord/template.py:286:38-49: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:648:35-43: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:650:48-69: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:652:33-39: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:654:36-45: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:656:46-60: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:660:32-43: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/threads.py:662:39-76: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/types/components.py:54:5-9: Class member `ActionRow.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:59:5-9: Class member `ButtonComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:87:5-9: Class member `StringSelectComponent.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:92:5-9: Class member `UserSelectComponent.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:97:5-9: Class member `RoleSelectComponent.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:102:5-9: Class member `MentionableSelectComponent.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:107:5-9: Class member `ChannelSelectComponent.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:113:5-9: Class member `TextInput.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:125:5-9: Class member `SelectMenu.type` overrides parent class `SelectComponent` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:133:5-9: Class member `SectionComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:139:5-9: Class member `TextComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:156:5-9: Class member `ThumbnailComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:169:5-9: Class member `MediaGalleryComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:174:5-9: Class member `FileComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:182:5-9: Class member `SeparatorComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:188:5-9: Class member `ContainerComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:195:5-9: Class member `LabelComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:202:5-9: Class member `FileUploadComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:210:5-9: Class member `RadioGroupComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:220:5-9: Class member `CheckboxGroupComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/components.py:232:5-9: Class member `CheckboxComponent.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:214:5-9: Class member `ModalSubmitTextInputInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:220:5-9: Class member `ModalSubmitSelectInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:226:5-9: Class member `ModalSubmitFileUploadInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:232:5-9: Class member `ModalSubmitRadioGroupInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:234:5-7: TypedDict field `id` in `ModalSubmitRadioGroupInteractionData` cannot be made required; parent TypedDict `ComponentBase` defines it as non-required [bad-typed-dict-key]
ERROR discord/types/interactions.py:239:5-9: Class member `ModalSubmitCheckboxGroupInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:241:5-7: TypedDict field `id` in `ModalSubmitCheckboxGroupInteractionData` cannot be made required; parent TypedDict `ComponentBase` defines it as non-required [bad-typed-dict-key]
ERROR discord/types/interactions.py:246:5-9: Class member `ModalSubmitCheckboxInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:248:5-7: TypedDict field `id` in `ModalSubmitCheckboxInteractionData` cannot be made required; parent TypedDict `ComponentBase` defines it as non-required [bad-typed-dict-key]
ERROR discord/types/interactions.py:268:5-9: Class member `ModalSubmitTextDisplayInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/types/interactions.py:273:5-9: Class member `ModalSubmitLabelInteractionData.type` overrides parent class `ComponentBase` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/ui/action_row.py:163:26-56: Object of class `FunctionType` has no attribute `__discord_ui_model_type__` [missing-attribute]
ERROR discord/ui/action_row.py:163:59-91: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/action_row.py:597:9-23: Class member `ActionRow.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/button.py:259:9-23: Class member `Button.from_component` overrides parent class `Item` in an inconsistent manner [bad-override-param-name]
ERROR discord/ui/button.py:276:9-26: Class member `Button.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/button.py:287:9-27: Class member `Button._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override-param-name]
ERROR discord/ui/button.py:376:9-39: Object of class `FunctionType` has no attribute `__discord_ui_model_type__` [missing-attribute]
ERROR discord/ui/button.py:377:9-41: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/checkbox.py:256:9-26: Class member `CheckboxGroup.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:259:9-27: Class member `CheckboxGroup._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:262:9-23: Class member `CheckboxGroup._handle_submit` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:268:9-23: Class member `CheckboxGroup.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:370:9-26: Class member `Checkbox.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:373:9-27: Class member `Checkbox._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:376:9-23: Class member `Checkbox._handle_submit` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/checkbox.py:382:9-23: Class member `Checkbox.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/container.py:151:30-59: Object of class `FunctionType` has no attribute `__discord_ui_model_type__` [missing-attribute]
ERROR discord/ui/container.py:151:62-93: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/container.py:160:17-54: Object of class `Item` has no attribute `_children` [missing-attribute]
ERROR discord/ui/container.py:179:9-21: Class member `Container._update_view` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/container.py:260:9-23: Class member `Container.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/file.py:162:9-23: Class member `File.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/file_upload.py:172:9-26: Class member `FileUpload.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/file_upload.py:175:9-27: Class member `FileUpload._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/file_upload.py:178:9-23: Class member `FileUpload._handle_submit` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/file_upload.py:181:59-89: `in` is not supported between `str` and `object` [not-iterable]
ERROR discord/ui/file_upload.py:184:9-23: Class member `FileUpload.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/label.py:112:9-26: Class member `Label.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/label.py:125:9-23: Class member `Label.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/media_gallery.py:259:9-23: Class member `MediaGallery.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/modal.py:159:15-23: Class member `Modal.on_error` overrides parent class `BaseView` in an inconsistent manner [bad-override]
ERROR discord/ui/modal.py:176:9-17: Class member `Modal._refresh` overrides parent class `BaseView` in an inconsistent manner [bad-override]
ERROR discord/ui/modal.py:202:15-30: Class member `Modal._scheduled_task` overrides parent class `BaseView` in an inconsistent manner [bad-override]
ERROR discord/ui/radio.py:224:9-26: Class member `RadioGroup.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/radio.py:227:9-27: Class member `RadioGroup._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/radio.py:230:9-23: Class member `RadioGroup._handle_submit` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/radio.py:236:9-23: Class member `RadioGroup.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/section.py:251:9-23: Class member `Section.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:362:9-26: Class member `BaseSelect.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:365:9-27: Class member `BaseSelect._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:368:9-23: Class member `BaseSelect._handle_submit` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:381:9-23: Class member `BaseSelect._refresh_state` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:404:9-23: Class member `BaseSelect.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:492:9-15: Class member `Select.values` overrides parent class `BaseSelect` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:666:9-15: Class member `UserSelect.values` overrides parent class `BaseSelect` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:774:9-15: Class member `RoleSelect.values` overrides parent class `BaseSelect` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:878:9-15: Class member `MentionableSelect.values` overrides parent class `BaseSelect` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:1007:9-15: Class member `ChannelSelect.values` overrides parent class `BaseSelect` in an inconsistent manner [bad-override]
ERROR discord/ui/select.py:1218:9-39: Object of class `FunctionType` has no attribute `__discord_ui_model_type__` [missing-attribute]
ERROR discord/ui/select.py:1219:9-41: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/select.py:1229:13-45: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/select.py:1231:13-45: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/select.py:1247:13-45: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/separator.py:129:9-23: Class member `Separator.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/text_display.py:87:9-23: Class member `TextDisplay.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/text_input.py:249:9-26: Class member `TextInput.to_component_dict` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/text_input.py:252:9-27: Class member `TextInput._refresh_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/text_input.py:255:9-23: Class member `TextInput._refresh_state` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/text_input.py:259:9-23: Class member `TextInput.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/thumbnail.py:138:9-23: Class member `Thumbnail.from_component` overrides parent class `Item` in an inconsistent manner [bad-override]
ERROR discord/ui/view.py:273:30-59: Object of class `FunctionType` has no attribute `__discord_ui_model_type__` [missing-attribute]
ERROR discord/ui/view.py:273:62-93: Object of class `FunctionType` has no attribute `__discord_ui_model_kwargs__` [missing-attribute]
ERROR discord/ui/view.py:281:21-58: Object of class `Item` has no attribute `_children` [missing-attribute]
ERROR discord/user.py:132:24-48: `object | None` is not assignable to attribute `_banner` with type `str | None` [bad-assignment]
ERROR discord/user.py:133:31-61: `object | None` is not assignable to attribute `_accent_colour` with type `int | None` [bad-assignment]
ERROR discord/user.py:134:30-57: `int | object` is not assignable to attribute `_public_flags` with type `int` [bad-assignment]
ERROR discord/user.py:135:20-42: `bool | object` is not assignable to attribute `bot` with type `bool` [bad-assignment]
ERROR discord/user.py:136:23-48: `bool | object` is not assignable to attribute `system` with type `bool` [bad-assignment]
ERROR discord/user.py:428:9-16: Class member `ClientUser._update` overrides parent class `BaseUser` in an inconsistent manner [bad-override]
ERROR discord/utils.py:1195:34-48: Expected a type form, got instance of `tuple[Any, ...]` [not-a-type]
ERROR discord/utils.py:1455:37-68: Object of class `ZstdDecompressor` has no attribute `decompressobj` [missing-attribute]
ERROR discord/voice_client.py:216:5-12: Class member `VoiceClient.channel` overrides parent class `VoiceProtocol` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/webhook/async_.py:581:9-23: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:585:13-27: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:587:13-27: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:591:13-28: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:593:13-28: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:597:13-31: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:606:13-31: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:609:9-22: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:613:13-37: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:615:13-37: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:617:9-33: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:632:44-64: Argument `Attachment | Unknown` is not assignable to parameter `object` with type `dict[str, Any]` in function `list.append` [bad-argument-type]
ERROR discord/webhook/async_.py:634:9-28: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:637:9-21: Cannot set item in `None` [unsupported-operation]
ERROR discord/webhook/async_.py:646:17-651:18: Argument `dict[str, BufferedIOBase | str]` is not assignable to parameter `object` with type `dict[str, str]` in function `list.append` [bad-argument-type]
ERROR discord/webhook/async_.py:806:5-11: Class member `WebhookMessage._state` overrides parent class `Message` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/webhook/async_.py:808:15-19: Class member `WebhookMessage.edit` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/webhook/async_.py:1024:57-71: Argument `object` is not assignable to parameter `data` with type `PartialChannel` in function `PartialWebhookChannel.__init__` [bad-argument-type]
ERROR discord/webhook/async_.py:1026:64-78: `PartialWebhookChannel | object | None` is not assignable to attribute `source_channel` with type `PartialWebhookChannel | None` [bad-assignment]
ERROR discord/webhook/async_.py:1030:53-65: Argument `object` is not assignable to parameter `data` with type `SourceGuild` in function `PartialWebhookGuild.__init__` [bad-argument-type]
ERROR discord/webhook/async_.py:1032:60-72: `PartialWebhookGuild | object | None` is not assignable to attribute `source_guild` with type `PartialWebhookGuild | None` [bad-assignment]
ERROR discord/webhook/async_.py:1053:16-69: Returned type `ConnectionState | Guild | _WebhookState | None` is not assignable to declared return type `Guild | None` [bad-return]
ERROR discord/webhook/async_.py:1539:31-70: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/webhook/async_.py:1542:33-100: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/webhook/async_.py:1552:37-47: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/webhook/sync.py:81:9-47: Cannot find module `requests` [missing-import]
ERROR discord/webhook/sync.py:177:29-49: Object of class `NoneType` has no attribute `status_code` [missing-attribute]
ERROR discord/webhook/sync.py:179:25-42: Object of class `NoneType` has no attribute `encoding` [missing-attribute]
ERROR discord/webhook/sync.py:183:32-45: Object of class `NoneType` has no attribute `text` [missing-attribute]
ERROR discord/webhook/sync.py:185:41-57: Object of class `NoneType` has no attribute `headers` [missing-attribute]
ERROR discord/webhook/sync.py:190:37-53: Object of class `NoneType` has no attribute `headers` [missing-attribute]
ERROR discord/webhook/sync.py:191:49-69: Object of class `NoneType` has no attribute `status_code` [missing-attribute]
ERROR discord/webhook/sync.py:200:34-54: Object of class `NoneType` has no attribute `status_code` [missing-attribute]
ERROR discord/webhook/sync.py:203:28-48: Object of class `NoneType` has no attribute `status_code` [missing-attribute]
ERROR discord/webhook/sync.py:204:36-52: Object of class `NoneType` has no attribute `headers` [missing-attribute]
ERROR discord/webhook/sync.py:213:28-55: `>=` is not supported between `object` and `Literal[500]` [unsupported-operation]
ERROR discord/webhook/sync.py:411:5-11: Class member `SyncWebhookMessage._state` overrides parent class `Message` in an inconsistent manner [bad-override-mutable-attribute]
ERROR discord/webhook/sync.py:413:9-13: Class member `SyncWebhookMessage.edit` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/webhook/sync.py:492:9-18: Class member `SyncWebhookMessage.add_files` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/webhook/sync.py:516:9-27: Class member `SyncWebhookMessage.remove_attachments` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/webhook/sync.py:540:9-15: Class member `SyncWebhookMessage.delete` overrides parent class `Message` in an inconsistent manner [bad-override]
ERROR discord/webhook/sync.py:670:16-24: Cannot find module `requests` [missing-import]
ERROR discord/webhook/sync.py:713:16-24: Cannot find module `requests` [missing-import]
ERROR discord/webhook/sync.py:845:31-70: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/webhook/sync.py:848:33-100: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/webhook/sync.py:858:37-47: Cannot set item in `dict[str, str]` [unsupported-operation]
ERROR discord/welcome_screen.py:211:37-48: Cannot set item in `dict[str, list[WelcomeScreenChannel]]` [unsupported-operation]
ERROR discord/welcome_screen.py:214:33-40: Cannot set item in `dict[str, list[WelcomeScreenChannel]]` [unsupported-operation]
 INFO Checking project configured at `<CWD>/pyrefly.toml`
 INFO 571 errors (528 suppressed, 62 warnings not shown)
