discord/enums.py:96: error: "namedtuple()" expects a string literal as the first argument  [misc]
discord/enums.py:97: error: Cannot assign to a method  [method-assign]
discord/enums.py:97: error: "object" has no attribute "name"  [attr-defined]
discord/enums.py:97: error: "object" has no attribute "value"  [attr-defined]
discord/enums.py:98: error: Cannot assign to a method  [method-assign]
discord/enums.py:98: error: "object" has no attribute "name"  [attr-defined]
discord/enums.py:100: error: Cannot assign to a method  [method-assign]
discord/enums.py:100: error: "tuple[Never, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:101: error: Cannot assign to a method  [method-assign]
discord/enums.py:101: error: "tuple[Never, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:102: error: Cannot assign to a method  [method-assign]
discord/enums.py:102: error: "tuple[Never, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:103: error: Cannot assign to a method  [method-assign]
discord/enums.py:103: error: "tuple[Never, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:113: error: Cannot override instance variable (previously declared on base class "type") with class variable  [misc]
discord/enums.py:126: error: Need type annotation for "value_mapping" (hint: "value_mapping: dict[<type>, <type>] = ...")  [var-annotated]
discord/enums.py:509: error: Missing return statement  [return]
discord/enums.py:964: error: Incompatible types in assignment (expression has type "int", base class "Enum" defined the type as "str")  [assignment]
discord/flags.py:1784: error: Argument 1 of "_from_value" is incompatible with supertype "BaseFlags"; supertype defines the argument type as "int"  [override]
discord/flags.py:1784: note: This violates the Liskov substitution principle
discord/flags.py:1784: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/flags.py:1881: error: Signature of "to_array" incompatible with supertype "ArrayFlags"  [override]
discord/flags.py:1881: note:      Superclass:
discord/flags.py:1881: note:          def to_array(self, *, offset: int = ...) -> list[int]
discord/flags.py:1881: note:      Subclass:
discord/flags.py:1881: note:          def to_array(self) -> list[int]
discord/types/emoji.py:42: error: Overwriting TypedDict field "animated" while extending  [misc]
discord/backoff.py:63: error: Incompatible default for parameter "integral" (default has type "Literal[False]", parameter has type "T")  [assignment]
discord/types/scheduled_event.py:84: error: Overwriting TypedDict field "user_count" while merging  [misc]
discord/types/scheduled_event.py:87: error: Overwriting TypedDict field "user_count" while merging  [misc]
discord/types/scheduled_event.py:90: error: Overwriting TypedDict field "user_count" while merging  [misc]
discord/types/interactions.py:214: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:220: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:226: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:232: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:234: error: Overwriting TypedDict field "id" while extending  [misc]
discord/types/interactions.py:239: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:241: error: Overwriting TypedDict field "id" while extending  [misc]
discord/types/interactions.py:246: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:248: error: Overwriting TypedDict field "id" while extending  [misc]
discord/types/interactions.py:268: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:273: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/guild.py:142: error: Overwriting TypedDict field "stickers" while extending  [misc]
discord/types/components.py:54: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:59: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:87: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:92: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:97: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:102: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:107: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:113: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:125: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:133: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:139: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:156: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:169: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:174: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:182: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:188: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:195: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:202: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:210: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:220: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:232: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/channel.py:132: error: Duplicate TypedDict key "owner_id"  [misc]
discord/types/channel.py:133: error: Duplicate TypedDict key "rate_limit_per_user"  [misc]
discord/types/channel.py:134: error: Duplicate TypedDict key "last_message_id"  [misc]
discord/app_commands/installs.py:113: error: Incompatible return value type (got "list[int]", expected "list[Literal[0, 1]]")  [return-value]
discord/app_commands/installs.py:213: error: Incompatible return value type (got "list[int]", expected "list[Literal[0, 1, 2]]")  [return-value]
discord/types/gateway.py:180: error: Overwriting TypedDict field "newly_created" while extending  [misc]
discord/mentions.py:126: error: Item "bool" of "bool | Sequence[Snowflake]" has no attribute "__iter__" (not iterable)  [union-attr]
discord/mentions.py:131: error: Item "bool" of "bool | Sequence[Snowflake]" has no attribute "__iter__" (not iterable)  [union-attr]
discord/mentions.py:134: error: Incompatible types in assignment (expression has type "bool", target has type "list[Any | int]")  [assignment]
discord/mentions.py:136: error: Incompatible types in assignment (expression has type "list[str]", target has type "list[Any | int]")  [assignment]
discord/errors.py:30: error: Library stubs not installed for "requests"  [import-untyped]
discord/_types.py:29: error: Incompatible import of "TypeVar" (imported name has type "type[typing_extensions.TypeVar]", local name has type "type[typing.TypeVar]")  [assignment]
discord/opus.py:415: error: Value of type variable "_T" of "array" cannot be "bytes"  [type-var]
discord/oggparse.py:102: error: If x = b'abc' then f"{x}" or "{}".format(x) produces "b'abc'", not "abc". If this is desired behavior, use f"{x!r}" or "{!r}".format(x). Otherwise, decode the bytes  [str-bytes-safe]
discord/utils.py:745: error: "type" has no attribute "__slots__"  [attr-defined]
discord/utils.py:1478: error: Return value expected  [return-value]
discord/utils.py:1485: error: Name "_ActiveDecompressionContext" already defined on line 1461  [no-redef]
discord/stage_instance.py:168: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/player.py:381: error: Argument 1 to "append" of "list" has incompatible type "str | BufferedIOBase"; expected "str"  [arg-type]
discord/player.py:495: error: Argument 1 to "append" of "list" has incompatible type "str | BufferedIOBase"; expected "str"  [arg-type]
discord/player.py:868: error: Attribute "loops" already defined on line 785  [no-redef]
discord/player.py:869: error: Attribute "_start" already defined on line 786  [no-redef]
discord/file.py:106: error: Cannot assign to a method  [method-assign]
discord/file.py:160: error: Cannot assign to a method  [method-assign]
discord/embeds.py:308: error: Argument 1 of "__eq__" is incompatible with supertype "builtins.object"; supertype defines the argument type as "object"  [override]
discord/embeds.py:308: note: This violates the Liskov substitution principle
discord/embeds.py:308: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/embeds.py:308: note: It is recommended for "__eq__" to work with arbitrary objects, for example:
discord/embeds.py:308: note:     def __eq__(self, other: object) -> bool:
discord/embeds.py:308: note:         if not isinstance(other, Embed):
discord/embeds.py:308: note:             return NotImplemented
discord/embeds.py:308: note:         return <logic to compare two Embed instances>
discord/embeds.py:362: error: Incompatible types in assignment (expression has type "None", variable has type "datetime")  [assignment]
discord/embeds.py:449: error: Cannot determine type of "_image"  [has-type]
discord/embeds.py:492: error: Cannot determine type of "_thumbnail"  [has-type]
discord/embeds.py:619: error: Cannot determine type of "_fields"  [has-type]
discord/automod.py:176: error: Need type annotation for "ret"  [var-annotated]
discord/automod.py:304: error: Argument "keyword_filter" to "AutoModTrigger" has incompatible type "object"; expected "list[str] | None"  [arg-type]
discord/automod.py:305: error: Argument "regex_patterns" to "AutoModTrigger" has incompatible type "object"; expected "list[str] | None"  [arg-type]
discord/automod.py:306: error: Argument "allow_list" to "AutoModTrigger" has incompatible type "object"; expected "list[str] | None"  [arg-type]
discord/automod.py:310: error: Argument 1 to "_from_value" of "ArrayFlags" has incompatible type "object"; expected "Sequence[int]"  [arg-type]
discord/automod.py:310: error: Argument "allow_list" to "AutoModTrigger" has incompatible type "object"; expected "list[str] | None"  [arg-type]
discord/automod.py:315: error: Argument "mention_limit" to "AutoModTrigger" has incompatible type "object"; expected "int | None"  [arg-type]
discord/automod.py:316: error: Argument "mention_raid_protection" to "AutoModTrigger" has incompatible type "object"; expected "bool | None"  [arg-type]
discord/automod.py:321: error: Missing return statement  [return]
discord/automod.py:388: error: Argument "data" to "from_data" of "AutoModTrigger" has incompatible type "object"; expected "_AutoModerationTriggerMetadataKeyword | _AutoModerationTriggerMetadataKeywordPreset | _AutoModerationTriggerMetadataMentionLimit | Empty | None"  [arg-type]
discord/automod.py:435: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[GuildChannel | Thread]"  [arg-type]
discord/automod.py:512: error: Incompatible types in assignment (expression has type "str", target has type "list[dict[str, Any]]")  [assignment]
discord/automod.py:515: error: Incompatible types in assignment (expression has type "int", target has type "list[dict[str, Any]]")  [assignment]
discord/automod.py:520: error: Incompatible types in assignment (expression has type "dict[str, Any]", target has type "list[dict[str, Any]]")  [assignment]
discord/automod.py:523: error: Incompatible types in assignment (expression has type "bool", target has type "list[dict[str, Any]]")  [assignment]
discord/automod.py:526: error: List comprehension has incompatible type List[int]; expected List[dict[str, Any]]  [misc]
discord/automod.py:529: error: List comprehension has incompatible type List[int]; expected List[dict[str, Any]]  [misc]
discord/app_commands/errors.py:471: error: Incompatible types in assignment (expression has type "list[Any]", variable has type "dict[str, str]")  [assignment]
discord/sku.py:231: error: Incompatible types in assignment (expression has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/sku.py:231: error: Incompatible types in assignment (expression has type "Snowflake | None", variable has type "Snowflake")  [assignment]
discord/asset.py:385: error: Cannot override writeable attribute with read-only property  [override]
discord/asset.py:461: error: Incompatible types in assignment (expression has type "str", variable has type "URL")  [assignment]
discord/asset.py:462: error: Argument "url" to "Asset" has incompatible type "URL"; expected "str"  [arg-type]
discord/asset.py:524: error: Incompatible types in assignment (expression has type "str", variable has type "URL")  [assignment]
discord/asset.py:525: error: Argument "url" to "Asset" has incompatible type "URL"; expected "str"  [arg-type]
discord/sticker.py:207: error: Attribute "url" already defined on line 205  [no-redef]
discord/sticker.py:282: error: Attribute "url" already defined on line 280  [no-redef]
discord/sticker.py:335: error: Argument 1 of "_from_data" is incompatible with supertype "Sticker"; supertype defines the argument type as "StandardSticker | GuildSticker"  [override]
discord/sticker.py:335: note: This violates the Liskov substitution principle
discord/sticker.py:335: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/sticker.py:415: error: Argument 1 of "_from_data" is incompatible with supertype "Sticker"; supertype defines the argument type as "StandardSticker | GuildSticker"  [override]
discord/sticker.py:415: note: This violates the Liskov substitution principle
discord/sticker.py:415: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/scheduled_event.py:480: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/scheduled_event.py:486: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/scheduled_event.py:490: error: Incompatible types in assignment (expression has type "str | None", target has type "str")  [assignment]
discord/scheduled_event.py:505: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/scheduled_event.py:520: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/scheduled_event.py:524: error: Incompatible types in assignment (expression has type "None", target has type "str")  [assignment]
discord/scheduled_event.py:528: error: Incompatible types in assignment (expression has type "None", target has type "str")  [assignment]
discord/scheduled_event.py:547: error: Incompatible types in assignment (expression has type "None", target has type "str")  [assignment]
discord/scheduled_event.py:550: error: Incompatible types in assignment (expression has type "dict[str, str]", target has type "str")  [assignment]
discord/scheduled_event.py:647: error: Incompatible types in assignment (expression has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/partial_emoji.py:101: error: Incompatible types in assignment (expression has type "int | None", base class "_EmojiTag" defined the type as "int")  [assignment]
discord/partial_emoji.py:250: error: Cannot override writeable attribute with read-only property  [override]
discord/appinfo.py:222: error: Incompatible types in assignment (expression has type "object", variable has type "int")  [assignment]
discord/appinfo.py:412: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:415: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:418: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:420: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:458: error: Unsupported right operand type for in ("list[str] | None")  [operator]
discord/appinfo.py:462: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:464: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:464: error: Item "None" of "Permissions | None" has no attribute "value"  [union-attr]
discord/appinfo.py:466: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:478: error: Unsupported right operand type for in ("list[str] | None")  [operator]
discord/appinfo.py:482: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:484: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/appinfo.py:484: error: Item "None" of "Permissions | None" has no attribute "value"  [union-attr]
discord/appinfo.py:486: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/welcome_screen.py:90: error: Incompatible types in assignment (expression has type "str | None", variable has type "Emoji | None")  [assignment]
discord/welcome_screen.py:211: error: Incompatible types in assignment (expression has type "str", target has type "list[WelcomeScreenChannel]")  [assignment]
discord/welcome_screen.py:214: error: Incompatible types in assignment (expression has type "bool", target has type "list[WelcomeScreenChannel]")  [assignment]
discord/onboarding.py:182: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[GuildChannel | Thread]"  [arg-type]
discord/onboarding.py:365: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[GuildChannel | Thread]"  [arg-type]
discord/invite.py:402: error: Incompatible types in assignment (expression has type "object", variable has type "bool | None")  [assignment]
discord/invite.py:407: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/invite.py:408: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/invite.py:470: error: Item "Object" of "Guild | Object" has no attribute "get_channel"  [union-attr]
discord/invite.py:518: error: Cannot override writeable attribute with read-only property  [override]
discord/invite.py:518: error: Signature of "id" incompatible with supertype "EqualityComparable"  [override]
discord/invite.py:518: note:      Superclass:
discord/invite.py:518: note:          int
discord/invite.py:518: note:      Subclass:
discord/invite.py:518: note:          str
discord/components.py:574: error: Incompatible types in assignment (expression has type "None", variable has type "PartialEmoji")  [assignment]
discord/components.py:577: error: Argument 1 of "from_dict" is incompatible with supertype "BaseOption"; supertype defines the argument type as "SelectOption | OptionBase | OptionBase"  [override]
discord/components.py:577: note: This violates the Liskov substitution principle
discord/components.py:577: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/components.py:1378: error: List comprehension has incompatible type List[ButtonComponent | SelectMenu | TextInput | LabelComponent | FileUploadComponent | <11 more items>]; expected List[ActionRow | TextComponent | MediaGalleryComponent | FileComponent | SectionComponent | SeparatorComponent | ThumbnailComponent]  [misc]
discord/components.py:1750: error: Missing return statement  [return]
discord/activity.py:127: error: Missing return statement  [return]
discord/activity.py:286: error: Return type "dict[str, Any]" of "to_dict" incompatible with return type "Activity" in supertype "BaseActivity"  [override]
discord/activity.py:344: error: Missing return statement  [return]
discord/activity.py:416: error: Incompatible types in assignment (expression has type "Any | dict[Any, Any]", variable has type "ActivityAssets")  [assignment]
discord/activity.py:455: error: Return type "dict[str, Any]" of "to_dict" incompatible with return type "Activity" in supertype "BaseActivity"  [override]
discord/activity.py:566: error: Return type "dict[str, Any]" of "to_dict" incompatible with return type "Activity" in supertype "BaseActivity"  [override]
discord/activity.py:631: error: Missing return statement  [return]
discord/activity.py:822: error: Return type "dict[str, Any]" of "to_dict" incompatible with return type "Activity" in supertype "BaseActivity"  [override]
discord/activity.py:836: error: Incompatible types in assignment (expression has type "Emoji", target has type "int | str | None")  [assignment]
discord/gateway.py:142: error: "__init__" of "Thread" gets multiple values for keyword argument "name"  [misc]
discord/gateway.py:227: error: Incompatible types in assignment (expression has type "DiscordVoiceWebSocket", base class "KeepAliveHandler" defined the type as "DiscordWebSocket")  [assignment]
discord/gateway.py:411: error: Cannot assign to a method  [method-assign]
discord/gateway.py:412: error: Cannot assign to a method  [method-assign]
discord/gateway.py:475: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:479: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:487: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:745: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:748: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:751: error: Unsupported target for indexed assignment ("object")  [index]
discord/user.py:132: error: Incompatible types in assignment (expression has type "object", variable has type "str | None")  [assignment]
discord/user.py:133: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/user.py:134: error: Incompatible types in assignment (expression has type "object", variable has type "int")  [assignment]
discord/user.py:135: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/user.py:136: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/user.py:428: error: Argument 1 of "_update" is incompatible with supertype "BaseUser"; supertype defines the argument type as "User | PartialUser"  [override]
discord/user.py:428: note: This violates the Liskov substitution principle
discord/user.py:428: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/widget.py:268: error: Incompatible types in assignment (expression has type "WidgetChannel", variable has type "int | None")  [assignment]
discord/widget.py:270: error: Incompatible types in assignment (expression has type "WidgetChannel", variable has type "int | None")  [assignment]
discord/widget.py:272: error: Argument "connected_channel" to "WidgetMember" has incompatible type "int | None"; expected "WidgetChannel | None"  [arg-type]
discord/soundboard.py:98: error: Cannot override writeable attribute with read-only property  [override]
discord/soundboard.py:208: error: Argument 1 of "_update" is incompatible with supertype "BaseSoundboardSound"; supertype defines the argument type as "BaseSoundboardSound"  [override]
discord/soundboard.py:208: note: This violates the Liskov substitution principle
discord/soundboard.py:208: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/member.py:154: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/member.py:154: note: Possible overload variants:
discord/member.py:154: note:     def parse_time(timestamp: None) -> None
discord/member.py:154: note:     def parse_time(timestamp: str) -> datetime
discord/member.py:154: note:     def parse_time(timestamp: str | None) -> datetime | None
discord/member.py:328: error: Incompatible types in assignment (expression has type "object", variable has type "str | None")  [assignment]
discord/member.py:438: error: Incompatible types in assignment (expression has type "object", variable has type "str | None")  [assignment]
discord/member.py:442: error: Missing return statement  [return]
discord/member.py:449: error: Missing return statement  [return]
discord/member.py:508: error: Name "status" already defined on line 495  [no-redef]
discord/member.py:508: error: "Callable[[Member], Status]" has no attribute "setter"  [attr-defined]
discord/member.py:663: error: Missing return statement  [return]
discord/integrations.py:136: error: Incompatible types in assignment (expression has type "object", variable has type "list[str]")  [assignment]
discord/integrations.py:210: error: Argument 1 of "_from_data" is incompatible with supertype "Integration"; supertype defines the argument type as "BaseIntegration | StreamIntegration | BotIntegration"  [override]
discord/integrations.py:210: note: This violates the Liskov substitution principle
discord/integrations.py:210: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/integrations.py:373: error: Argument 1 of "_from_data" is incompatible with supertype "Integration"; supertype defines the argument type as "BaseIntegration | StreamIntegration | BotIntegration"  [override]
discord/integrations.py:373: note: This violates the Liskov substitution principle
discord/integrations.py:373: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/emoji.py:166: error: Cannot override writeable attribute with read-only property  [override]
discord/emoji.py:279: error: Incompatible types in assignment (expression has type "list[int]", target has type "str")  [assignment]
discord/poll.py:544: error: Return value expected  [return-value]
discord/app_commands/models.py:217: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:370: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/app_commands/models.py:372: error: Incompatible types in assignment (expression has type "None", target has type "str")  [assignment]
discord/app_commands/models.py:375: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/app_commands/models.py:378: error: Incompatible types in assignment (expression has type "list[_SubCommandGroupCommandOption | _SubCommandCommandOption | _StringApplicationCommandOption | _IntegerApplicationCommandOption | _BooleanApplicationCommandOption | _ChannelApplicationCommandOptionChoice | _NonChannelSnowflakeApplicationCommandOptionChoice | _NumberApplicationCommandOption]", target has type "str")  [assignment]
discord/app_commands/models.py:511: error: Need type annotation for "context"  [var-annotated]
discord/app_commands/models.py:526: error: Need type annotation for "context"  [var-annotated]
discord/app_commands/models.py:539: error: Incompatible types in assignment (expression has type "dict[str, str]", target has type "str")  [assignment]
discord/app_commands/models.py:539: error: Incompatible types in assignment (expression has type "dict[str, str]", target has type "str | int | float")  [assignment]
discord/app_commands/models.py:892: error: Need type annotation for "tags" (hint: "tags: list[<type>] = ...")  [var-annotated]
discord/app_commands/models.py:924: error: Incompatible return value type (got "Guild | Member | None", expected "Member | None")  [return-value]
discord/app_commands/models.py:1055: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:1056: error: Incompatible types in assignment (expression has type "object", variable has type "int | float | None")  [assignment]
discord/app_commands/models.py:1057: error: Incompatible types in assignment (expression has type "object", variable has type "int | float | None")  [assignment]
discord/app_commands/models.py:1058: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/app_commands/models.py:1059: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/app_commands/models.py:1060: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:1061: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1062: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1152: error: Incompatible types in assignment (expression has type "AppCommand | AppCommandGroup", variable has type "AppCommand")  [assignment]
discord/app_commands/models.py:1160: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1215: error: Incompatible types in assignment (expression has type "AllChannels", variable has type "Member | User | None")  [assignment]
discord/app_commands/models.py:1217: error: Incompatible types in assignment (expression has type "VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | None", variable has type "Member | User | None")  [assignment]
discord/app_commands/models.py:1219: error: Incompatible types in assignment (expression has type "Role | None", variable has type "Member | User | None")  [assignment]
discord/app_commands/models.py:1223: error: Incompatible types in assignment (expression has type "Object", variable has type "Member | User | None")  [assignment]
discord/app_commands/models.py:1225: error: Incompatible types in assignment (expression has type "Member | User | None", variable has type "Object | User | Member | Role | AllChannels | VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel")  [assignment]
discord/threads.py:222: error: Attribute "_flags" already defined on line 193  [no-redef]
discord/threads.py:223: error: Attribute "_applied_tags" already defined on line 195  [no-redef]
discord/threads.py:279: error: Need type annotation for "tags" (hint: "tags: list[<type>] = ...")  [var-annotated]
discord/threads.py:648: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:650: error: Incompatible types in assignment (expression has type "Literal[60, 1440, 4320, 10080]", target has type "str")  [assignment]
discord/threads.py:652: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:654: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:656: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/threads.py:660: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/threads.py:662: error: Incompatible types in assignment (expression has type "list[str]", target has type "str")  [assignment]
discord/template.py:286: error: Incompatible types in assignment (expression has type "str | None", target has type "str")  [assignment]
discord/state.py:167: error: Missing return statement  [return]
discord/state.py:263: error: Cannot assign to a method  [method-assign]
discord/state.py:315: error: Attribute "_messages" already defined on line 313  [no-redef]
discord/state.py:466: error: Need type annotation for "all_sounds" (hint: "all_sounds: list[<type>] = ...")  [var-annotated]
discord/state.py:547: error: Incompatible types in assignment (expression has type "Guild | VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | Thread | None", variable has type "DMChannel")  [assignment]
discord/state.py:554: error: Return value expected  [return-value]
discord/state.py:671: error: Attribute "application_flags" already defined on line 202  [no-redef]
discord/state.py:763: error: Incompatible types in assignment (expression has type "Emoji | PartialEmoji | str", variable has type "PartialEmoji")  [assignment]
discord/state.py:788: error: Incompatible types in assignment (expression has type "Emoji | PartialEmoji | str", variable has type "PartialEmoji")  [assignment]
discord/state.py:826: error: Incompatible types in assignment (expression has type "ModalSubmitInteractionData", variable has type "ButtonMessageComponentInteractionData | SelectMessageComponentInteractionData")  [assignment]
discord/state.py:828: error: TypedDict "ButtonMessageComponentInteractionData" has no key "components"  [typeddict-item]
discord/state.py:828: error: TypedDict "SelectMessageComponentInteractionData" has no key "components"  [typeddict-item]
discord/state.py:830: error: Argument 4 to "dispatch_modal" of "ViewStore" has incompatible type "object"; expected "ResolvedData"  [arg-type]
discord/state.py:869: error: Variable "discord.types.gateway.ChannelDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:869: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:871: error: Value of type gw.ChannelDeleteEvent? is not indexable  [index]
discord/state.py:890: error: Variable "discord.types.gateway.ChannelUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:890: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:891: error: gw.ChannelUpdateEvent? has no attribute "get"  [attr-defined]
discord/state.py:892: error: Value of type gw.ChannelUpdateEvent? is not indexable  [index]
discord/state.py:907: error: Incompatible types in assignment (expression has type "VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | None", variable has type "PrivateChannel | None")  [assignment]
discord/state.py:917: error: Variable "discord.types.gateway.ChannelCreateEvent" is not valid as a type  [valid-type]
discord/state.py:917: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:918: error: Value of type gw.ChannelCreateEvent? is not indexable  [index]
discord/state.py:920: error: Value of type gw.ChannelCreateEvent? is not indexable  [index]
discord/state.py:942: error: Incompatible types in assignment (expression has type "Guild | VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | Thread | None", variable has type "PrivateChannel | None")  [assignment]
discord/state.py:1090: error: Incompatible types in assignment (expression has type "ThreadMember | None", variable has type "ThreadMember")  [assignment]
discord/state.py:1250: error: Variable "discord.types.gateway.GuildCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1250: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1251: error: gw.GuildCreateEvent? has no attribute "get"  [attr-defined]
discord/state.py:1255: error: Value of type gw.GuildCreateEvent? is not indexable  [index]
discord/state.py:1314: error: Variable "discord.types.gateway.GuildCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1314: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1315: error: gw.GuildCreateEvent? has no attribute "get"  [attr-defined]
discord/state.py:1336: error: Variable "discord.types.gateway.GuildUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1336: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1337: error: Value of type gw.GuildUpdateEvent? is not indexable  [index]
discord/state.py:1343: error: Value of type gw.GuildUpdateEvent? is not indexable  [index]
discord/state.py:1360: error: Attribute "_messages" already defined on line 313  [no-redef]
discord/state.py:1367: error: Variable "discord.types.gateway.GuildBanAddEvent" is not valid as a type  [valid-type]
discord/state.py:1367: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1373: error: Value of type gw.GuildBanAddEvent? is not indexable  [index]
discord/state.py:1376: error: Value of type gw.GuildBanAddEvent? is not indexable  [index]
discord/state.py:1383: error: Variable "discord.types.gateway.GuildBanRemoveEvent" is not valid as a type  [valid-type]
discord/state.py:1383: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1384: error: Value of type gw.GuildBanRemoveEvent? is not indexable  [index]
discord/state.py:1385: error: gw.GuildBanRemoveEvent? has no attribute "__iter__" (not iterable)  [attr-defined]
discord/state.py:1386: error: Value of type gw.GuildBanRemoveEvent? is not indexable  [index]
discord/state.py:1389: error: Variable "discord.types.gateway.GuildRoleCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1389: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1390: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1392: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1395: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1413: error: Variable "discord.types.gateway.GuildRoleUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1413: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1414: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1416: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1424: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1458: error: Variable "discord.types.gateway.IntegrationCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1458: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1459: error: Value of type gw.IntegrationCreateEvent? is not indexable  [index]
discord/state.py:1462: error: Value of type gw.IntegrationCreateEvent? is not indexable  [index]
discord/state.py:1468: error: Variable "discord.types.gateway.IntegrationUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1468: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1469: error: Value of type gw.IntegrationUpdateEvent? is not indexable  [index]
discord/state.py:1472: error: Value of type gw.IntegrationUpdateEvent? is not indexable  [index]
discord/state.py:1500: error: Variable "discord.types.gateway.StageInstanceCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1500: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1501: error: Value of type gw.StageInstanceCreateEvent? is not indexable  [index]
discord/state.py:1507: error: Value of type gw.StageInstanceCreateEvent? is not indexable  [index]
discord/state.py:1509: error: Variable "discord.types.gateway.StageInstanceUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1509: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1510: error: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1512: error: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1518: error: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1520: error: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1522: error: Variable "discord.types.gateway.StageInstanceDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1522: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1523: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1526: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1532: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1534: error: Variable "discord.types.gateway.GuildScheduledEventCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1534: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1535: error: Value of type gw.GuildScheduledEventCreateEvent? is not indexable  [index]
discord/state.py:1541: error: Value of type gw.GuildScheduledEventCreateEvent? is not indexable  [index]
discord/state.py:1543: error: Variable "discord.types.gateway.GuildScheduledEventUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1543: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1544: error: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1546: error: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1552: error: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1554: error: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1556: error: Variable "discord.types.gateway.GuildScheduledEventDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1556: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1557: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1559: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1562: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1564: error: Variable "discord.types.gateway.GuildScheduledEventUserAdd" is not valid as a type  [valid-type]
discord/state.py:1564: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1565: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1567: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1569: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1574: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1578: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1581: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1583: error: Variable "discord.types.gateway.GuildScheduledEventUserRemove" is not valid as a type  [valid-type]
discord/state.py:1583: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1584: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1586: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1588: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1593: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1597: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1600: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1602: error: Variable "discord.types.gateway.GuildSoundBoardSoundCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1602: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1612: error: Variable "discord.types.gateway.GuildSoundBoardSoundUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1612: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1617: error: Variable "discord.types.gateway.GuildSoundBoardSoundUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1617: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1621: error: Value of type gw.GuildSoundBoardSoundUpdateEvent? is not indexable  [index]
discord/state.py:1727: error: Variable "discord.types.gateway.EntitlementCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1727: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1731: error: Variable "discord.types.gateway.EntitlementUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1731: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1735: error: Variable "discord.types.gateway.EntitlementDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1735: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1750: error: Incompatible types in assignment (expression has type "User | None", variable has type "Member | None")  [assignment]
discord/state.py:1768: error: Incompatible types in assignment (expression has type "User | None", variable has type "Member | None")  [assignment]
discord/state.py:1775: error: Variable "discord.types.gateway.SubscriptionCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1775: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1779: error: Variable "discord.types.gateway.SubscriptionUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1779: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1783: error: Variable "discord.types.gateway.SubscriptionDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1783: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1818: error: Missing return statement  [return]
discord/state.py:1834: error: Missing return statement  [return]
discord/state.py:1836: error: Return value expected  [return-value]
discord/shard.py:373: error: Incompatible types in assignment (expression has type "AutoShardedConnectionState[Client]", base class "Client" defined the type as "ConnectionState[AutoShardedClient]")  [assignment]
discord/shard.py:380: error: Extra argument "shard_ids" from **args for "__init__" of "Client"  [misc]
discord/shard.py:390: error: Need type annotation for "__shards" (hint: "__shards: dict[<type>, <type>] = ...")  [var-annotated]
discord/shard.py:401: error: Return type "AutoShardedConnectionState[Client]" of "_get_state" incompatible with return type "ConnectionState[AutoShardedClient]" in supertype "discord.client.Client"  [override]
discord/shard.py:634: error: Property "status" defined in "Member" is read-only  [misc]
discord/raw_models.py:109: error: Attribute "guild_id" already defined on line 107  [no-redef]
discord/raw_models.py:137: error: Attribute "guild_id" already defined on line 135  [no-redef]
discord/raw_models.py:247: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/raw_models.py:253: error: Attribute "guild_id" already defined on line 251  [no-redef]
discord/raw_models.py:286: error: Attribute "guild_id" already defined on line 284  [no-redef]
discord/raw_models.py:316: error: Attribute "guild_id" already defined on line 314  [no-redef]
discord/raw_models.py:345: error: Attribute "application_id" already defined on line 341  [no-redef]
discord/message.py:242: error: Incompatible types in assignment (expression has type "object", variable has type "str | None")  [assignment]
discord/message.py:713: error: Incompatible return value type (got "ConnectionState[Client] | Message | None", expected "Message | None")  [return-value]
discord/message.py:1235: error: Missing return statement  [return]
discord/message.py:2219: error: Argument 2 to "_from_value" of "MessageSnapshot" has incompatible type "object"; expected "list[dict[Literal['message'], MessageSnapshot]] | None"  [arg-type]
discord/message.py:2275: error: Incompatible types in assignment (expression has type "discord.message.MessageReference", variable has type "discord.types.message.MessageReference")  [assignment]
discord/message.py:2282: error: "MessageReference" has no attribute "resolved"  [attr-defined]
discord/message.py:2282: error: Argument 1 to "DeletedReferencedMessage" has incompatible type "discord.types.message.MessageReference"; expected "discord.message.MessageReference"  [arg-type]
discord/message.py:2285: error: "MessageReference" has no attribute "channel_id"  [attr-defined]
discord/message.py:2287: error: "MessageReference" has no attribute "channel_id"  [attr-defined]
discord/message.py:2290: error: Incompatible types in assignment (expression has type "VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | PrivateChannel | PartialMessageable | Thread", variable has type "TextChannel | VoiceChannel | StageChannel | Thread | DMChannel | PartialMessageable | GroupChannel")  [assignment]
discord/message.py:2290: error: "MessageReference" has no attribute "guild_id"  [attr-defined]
discord/message.py:2389: error: Return value expected  [return-value]
discord/message.py:2401: error: TypedDict key must be a string literal; expected one of ("author", "channel_id", "content", "guild_id", "id", ...)  [literal-required]
discord/message.py:2487: error: Argument 1 to "append" of "list" has incompatible type "User | Member"; expected "Member"  [arg-type]
discord/message.py:2553: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[GuildChannel | Thread]"  [arg-type]
discord/message.py:2626: error: Missing return statement  [return]
discord/message.py:2973: error: Incompatible types in assignment (expression has type "bool", variable has type "MessageFlags")  [assignment]
discord/interactions.py:218: error: Incompatible types in assignment (expression has type "object", variable has type "ChatInputApplicationCommandInteractionData | UserApplicationCommandInteractionData | MessageApplicationCommandInteractionData | ButtonMessageComponentInteractionData | SelectMessageComponentInteractionData | ModalSubmitInteractionData | None")  [assignment]
discord/interactions.py:224: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/interactions.py:254: error: Incompatible types in assignment (expression has type "Guild | VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | Thread | None", variable has type "VoiceChannel | StageChannel | TextChannel | ForumChannel | CategoryChannel | Thread | DMChannel | GroupChannel | None")  [assignment]
discord/interactions.py:688: error: Need type annotation for "context"  [var-annotated]
discord/interactions.py:778: error: Argument "state" to "InteractionMessage" has incompatible type "_InteractionMessageState"; expected "ConnectionState[Client]"  [arg-type]
discord/interactions.py:823: error: Missing return statement  [return]
discord/interactions.py:1209: error: Return value expected  [return-value]
discord/interactions.py:1218: error: Incompatible types in assignment (expression has type "bool", variable has type "MessageFlags")  [assignment]
discord/interactions.py:1348: error: Name "payload" already defined on line 1344  [no-redef]
discord/interactions.py:1454: error: Incompatible types in assignment (expression has type "_InteractionMessageState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/interactions.py:1456: error: Signature of "edit" incompatible with supertype "discord.message.Message"  [override]
discord/interactions.py:1456: note:      Superclass:
discord/interactions.py:1456: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., suppress: bool = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/interactions.py:1456: note:      Subclass:
discord/interactions.py:1456: note:          @overload
discord/interactions.py:1456: note:          def edit(self, *, attachments: Sequence[Attachment | File] = ..., view: LayoutView, allowed_mentions: AllowedMentions | None = ..., delete_after: float | None = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1456: note:          @overload
discord/interactions.py:1456: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., view: View | None = ..., allowed_mentions: AllowedMentions | None = ..., delete_after: float | None = ..., poll: Poll = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1456: error: Signature of "edit" incompatible with supertype "discord.message.PartialMessage"  [override]
discord/interactions.py:1456: note:      Superclass:
discord/interactions.py:1456: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/interactions.py:1456: note:      Subclass:
discord/interactions.py:1456: note:          @overload
discord/interactions.py:1456: note:          def edit(self, *, attachments: Sequence[Attachment | File] = ..., view: LayoutView, allowed_mentions: AllowedMentions | None = ..., delete_after: float | None = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1456: note:          @overload
discord/interactions.py:1456: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., view: View | None = ..., allowed_mentions: AllowedMentions | None = ..., delete_after: float | None = ..., poll: Poll = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/http.py:190: error: Incompatible types in assignment (expression has type "str", target has type "list[Embed]")  [assignment]
discord/http.py:192: error: Incompatible types in assignment (expression has type "None", target has type "list[Embed]")  [assignment]
discord/http.py:196: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", target has type "list[Embed]")  [assignment]
discord/http.py:207: error: Incompatible types in assignment (expression has type "str", target has type "list[Embed]")  [assignment]
discord/http.py:208: error: Incompatible types in assignment (expression has type "bool", target has type "list[Embed]")  [assignment]
discord/http.py:211: error: Incompatible types in assignment (expression has type "MessageReference | None", target has type "list[Embed]")  [assignment]
discord/http.py:215: error: Incompatible types in assignment (expression has type "list[str | int]", target has type "list[Embed]")  [assignment]
discord/http.py:219: error: Incompatible types in assignment (expression has type "bool", target has type "list[Embed]")  [assignment]
discord/http.py:221: error: Incompatible types in assignment (expression has type "str", target has type "list[Embed]")  [assignment]
discord/http.py:223: error: Incompatible types in assignment (expression has type "str", target has type "list[Embed]")  [assignment]
discord/http.py:226: error: Incompatible types in assignment (expression has type "int", target has type "list[Embed]")  [assignment]
discord/http.py:229: error: Incompatible types in assignment (expression has type "str", target has type "list[Embed]")  [assignment]
discord/http.py:233: error: Incompatible types in assignment (expression has type "AllowedMentions", target has type "list[Embed]")  [assignment]
discord/http.py:235: error: Incompatible types in assignment (expression has type "AllowedMentions", target has type "list[Embed]")  [assignment]
discord/http.py:237: error: Incompatible types in assignment (expression has type "AllowedMentions", target has type "list[Embed]")  [assignment]
discord/http.py:241: error: Incompatible types in assignment (expression has type "AllowedMentions", target has type "list[Embed]")  [assignment]
discord/http.py:242: error: No overload variant of "__setitem__" of "list" matches argument types "bool", "str"  [call-overload]
discord/http.py:242: note: Possible overload variants:
discord/http.py:242: note:     def __setitem__(self, SupportsIndex, Embed, /) -> None
discord/http.py:242: note:     def __setitem__(self, slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], Iterable[Embed], /) -> None
discord/http.py:257: error: Argument 1 to "append" of "list" has incompatible type "Attachment"; expected "dict[str, Any]"  [arg-type]
discord/http.py:259: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", target has type "list[Embed]")  [assignment]
discord/http.py:263: error: Incompatible types in assignment (expression has type "list[str | int]", target has type "list[Embed]")  [assignment]
discord/http.py:269: error: Dict entry 0 has incompatible type "str": "dict[str, list[Embed]]"; expected "str": "list[Embed]"  [dict-item]
discord/http.py:279: error: Incompatible types in assignment (expression has type "None", variable has type "dict[str, list[Embed]]")  [assignment]
discord/http.py:284: error: Dict entry 1 has incompatible type "str": "BufferedIOBase"; expected "str": "str"  [dict-item]
discord/http.py:571: error: Incompatible return value type (got "ClientWebSocketResponse[bool]", expected "ClientWebSocketResponse[Literal[True]]")  [return-value]
discord/http.py:804: error: Incompatible types in assignment (expression has type "BasicAuth", target has type "str")  [assignment]
discord/http.py:806: error: Argument 2 to "get" of "ClientSession" has incompatible type "**dict[str, str]"; expected "bool"  [arg-type]
discord/http.py:1080: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/http.py:1871: error: Incompatible types in assignment (expression has type "str | int", target has type "int")  [assignment]
discord/http.py:1874: error: Incompatible types in assignment (expression has type "str", target has type "int")  [assignment]
discord/http.py:2579: error: Incompatible types in assignment (expression has type "list[str | int]", target has type "list[Prompt]")  [assignment]
discord/http.py:2582: error: Incompatible types in assignment (expression has type "bool", target has type "list[Prompt]")  [assignment]
discord/http.py:2585: error: Incompatible types in assignment (expression has type "Literal[0, 1]", target has type "list[Prompt]")  [assignment]
discord/guild.py:617: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/guild.py:631: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/guild.py:632: error: Incompatible types in assignment (expression has type "object", variable has type "int | None")  [assignment]
discord/guild.py:633: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/guild.py:660: error: Incompatible types in assignment (expression has type "Member | None", variable has type "Member")  [assignment]
discord/guild.py:676: error: Incompatible types in assignment (expression has type "StageInstanceScheduledEvent | VoiceScheduledEvent | ExternalScheduledEvent", variable has type "StageInstance")  [assignment]
discord/guild.py:677: error: Argument "data" to "ScheduledEvent" has incompatible type "StageInstance"; expected "StageInstanceScheduledEvent | VoiceScheduledEvent | ExternalScheduledEvent | _StageInstanceScheduledEventWithUserCount | _VoiceScheduledEventWithUserCount | _ExternalScheduledEventWithUserCount"  [arg-type]
discord/guild.py:681: error: Incompatible types in assignment (expression has type "SoundboardSound", variable has type "StageInstance")  [assignment]
discord/guild.py:682: error: Argument "data" to "SoundboardSound" has incompatible type "StageInstance"; expected "SoundboardSound"  [arg-type]
discord/guild.py:814: error: Return value expected  [return-value]
discord/guild.py:1161: error: Return value expected  [return-value]
discord/guild.py:1517: error: Incompatible types in assignment (expression has type "str", target has type "int")  [assignment]
discord/guild.py:1627: error: Incompatible types in assignment (expression has type "str | None", target has type "int")  [assignment]
discord/guild.py:1735: error: Incompatible types in assignment (expression has type "str | None", target has type "int")  [assignment]
discord/guild.py:1908: error: Incompatible types in assignment (expression has type "str", target has type "int")  [assignment]
discord/guild.py:1932: error: Incompatible types in assignment (expression has type "dict[str, Any]", target has type "int")  [assignment]
discord/guild.py:1934: error: Incompatible types in assignment (expression has type "dict[str, Any]", target has type "int")  [assignment]
discord/guild.py:1947: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", target has type "int")  [assignment]
discord/guild.py:1961: error: Argument "data" to "ForumChannel" has incompatible type "TextChannel | NewsChannel | VoiceChannel | CategoryChannel | StageChannel | ThreadChannel | ForumChannel | MediaChannel"; expected "ForumChannel | MediaChannel"  [arg-type]
discord/guild.py:2726: error: Incompatible types in assignment (expression has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/guild.py:3255: error: Overloaded function signature 3 will never be matched: signature 1's parameter type(s) are the same or broader  [overload-cannot-match]
discord/guild.py:3269: error: Overloaded function signature 4 will never be matched: signature 2's parameter type(s) are the same or broader  [overload-cannot-match]
discord/guild.py:3388: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/guild.py:3399: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/guild.py:3412: error: Item "None" of "Snowflake | None" has no attribute "id"  [union-attr]
discord/guild.py:3412: error: Incompatible types in assignment (expression has type "int | Any", target has type "str")  [assignment]
discord/guild.py:3436: error: Incompatible types in assignment (expression has type "dict[str, str]", target has type "str")  [assignment]
discord/guild.py:3895: error: Incompatible types in assignment (expression has type "int", variable has type "str")  [assignment]
discord/guild.py:3896: error: Argument 1 to "get_role" of "Guild" has incompatible type "str"; expected "int"  [arg-type]
discord/guild.py:3898: error: Incompatible types in assignment (expression has type "Object", variable has type "Role | None")  [assignment]
discord/guild.py:3899: error: Invalid index type "Role | None" for "dict[Object | Role, int]"; expected type "Object | Role"  [index]
discord/guild.py:3963: error: Incompatible types in assignment (expression has type "str", target has type "list[WelcomeScreenChannel]")  [assignment]
discord/guild.py:3966: error: Incompatible types in assignment (expression has type "bool", target has type "list[WelcomeScreenChannel]")  [assignment]
discord/guild.py:4309: error: Incompatible types in assignment (expression has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/guild.py:4716: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/guild.py:4716: note: Possible overload variants:
discord/guild.py:4716: note:     def parse_time(timestamp: None) -> None
discord/guild.py:4716: note:     def parse_time(timestamp: str) -> datetime
discord/guild.py:4716: note:     def parse_time(timestamp: str | None) -> datetime | None
discord/guild.py:4727: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/guild.py:4727: note: Possible overload variants:
discord/guild.py:4727: note:     def parse_time(timestamp: None) -> None
discord/guild.py:4727: note:     def parse_time(timestamp: str) -> datetime
discord/guild.py:4727: note:     def parse_time(timestamp: str | None) -> datetime | None
discord/client.py:331: error: Incompatible types in assignment (expression has type "ConnectionState[Client]", variable has type "ConnectionState[Self]")  [assignment]
discord/client.py:337: error: Incompatible types in assignment (expression has type "Callable[[], Client]", variable has type "Callable[..., Self]")  [assignment]
discord/client.py:337: error: Incompatible return value type (got "Client", expected "Self")  [return-value]
discord/client.py:727: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**dict[str, int | None]"; expected "bool"  [arg-type]
discord/client.py:727: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**dict[str, int | None]"; expected "URL | None"  [arg-type]
discord/client.py:727: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**dict[str, int | None]"; expected "str | None"  [arg-type]
discord/client.py:727: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**dict[str, int | None]"; expected "str"  [arg-type]
discord/client.py:735: error: Argument "session" to "update" of "MutableMapping" has incompatible type "str | None"; expected "int | None"  [arg-type]
discord/client.py:737: error: Incompatible types in assignment (expression has type "URL", target has type "int | None")  [assignment]
discord/client.py:760: error: No overload variant of "update" of "MutableMapping" matches argument types "URL", "bool", "bool", "int | None", "str | None"  [call-overload]
discord/client.py:760: note: Possible overload variants:
discord/client.py:760: note:     def update(self, SupportsKeysAndGetItem[str, int | None], /) -> None
discord/client.py:760: note:     def update(self, SupportsKeysAndGetItem[str, int | None], /, **kwargs: int | None) -> None
discord/client.py:760: note:     def update(self, Iterable[tuple[str, int | None]], /) -> None
discord/client.py:760: note:     def update(self, Iterable[tuple[str, int | None]], /, **kwargs: int | None) -> None
discord/client.py:760: note:     def update(self, **kwargs: int | None) -> None
discord/client.py:786: error: No overload variant of "update" of "MutableMapping" matches argument types "URL", "bool", "int | None", "str | None"  [call-overload]
discord/client.py:786: note: Possible overload variants:
discord/client.py:786: note:     def update(self, SupportsKeysAndGetItem[str, int | None], /) -> None
discord/client.py:786: note:     def update(self, SupportsKeysAndGetItem[str, int | None], /, **kwargs: int | None) -> None
discord/client.py:786: note:     def update(self, Iterable[tuple[str, int | None]], /) -> None
discord/client.py:786: note:     def update(self, Iterable[tuple[str, int | None]], /, **kwargs: int | None) -> None
discord/client.py:786: note:     def update(self, **kwargs: int | None) -> None
discord/client.py:1062: error: Missing return statement  [return]
discord/client.py:1933: error: "self" parameter missing for a non-static method (or an invalid type for self)  [misc]
discord/client.py:1943: error: "self" parameter missing for a non-static method (or an invalid type for self)  [misc]
discord/client.py:2168: error: Property "status" defined in "Member" is read-only  [misc]
discord/client.py:2278: error: Incompatible types in assignment (expression has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/client.py:2971: error: Incompatible types in assignment (expression has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/client.py:2971: error: Incompatible types in assignment (expression has type "Snowflake | None", variable has type "Snowflake")  [assignment]
discord/channel.py:144: error: Overwriting TypedDict field "bitrate" while extending  [misc]
discord/channel.py:145: error: Overwriting TypedDict field "user_limit" while extending  [misc]
discord/channel.py:146: error: Overwriting TypedDict field "rtc_region" while extending  [misc]
discord/channel.py:147: error: Overwriting TypedDict field "video_quality_mode" while extending  [misc]
discord/channel.py:148: error: Overwriting TypedDict field "overwrites" while extending  [misc]
discord/channel.py:151: error: Overwriting TypedDict field "topic" while extending  [misc]
discord/channel.py:152: error: Overwriting TypedDict field "slowmode_delay" while extending  [misc]
discord/channel.py:153: error: Overwriting TypedDict field "nsfw" while extending  [misc]
discord/channel.py:154: error: Overwriting TypedDict field "overwrites" while extending  [misc]
discord/channel.py:155: error: Overwriting TypedDict field "default_auto_archive_duration" while extending  [misc]
discord/channel.py:156: error: Overwriting TypedDict field "default_thread_slowmode_delay" while extending  [misc]
discord/channel.py:373: error: Argument 2 of "_update" is incompatible with supertype "discord.abc.GuildChannel"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/channel.py:373: note: This violates the Liskov substitution principle
discord/channel.py:373: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:384: error: Attribute "_type" already defined on line 358  [no-redef]
discord/channel.py:392: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:392: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:392: note:      Superclass:
discord/channel.py:392: note:          ChannelType
discord/channel.py:392: note:      Subclass:
discord/channel.py:392: note:          Literal[ChannelType.text, ChannelType.news]
discord/channel.py:482: error: Missing return statement  [return]
discord/channel.py:842: error: Function does not return a value (it only ever returns None)  [func-returns-value]
discord/channel.py:1097: error: Return type "Coroutine[Any, Any, VocalGuildChannel]" of "_get_channel" incompatible with return type "Coroutine[Any, Any, TextChannel | VoiceChannel | StageChannel | Thread | DMChannel | PartialMessageable | GroupChannel]" in supertype "discord.abc.Messageable"  [override]
discord/channel.py:1106: error: Argument 2 of "_update" is incompatible with supertype "discord.abc.GuildChannel"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/channel.py:1106: note: This violates the Liskov substitution principle
discord/channel.py:1106: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:1544: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:1544: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:1544: note:      Superclass:
discord/channel.py:1544: note:          ChannelType
discord/channel.py:1544: note:      Subclass:
discord/channel.py:1544: note:          Literal[ChannelType.voice]
discord/channel.py:1573: error: Missing return statement  [return]
discord/channel.py:1767: error: Argument 2 of "_update" is incompatible with supertype "VocalGuildChannel"; supertype defines the argument type as "VoiceChannel | StageChannel"  [override]
discord/channel.py:1767: note: This violates the Liskov substitution principle
discord/channel.py:1767: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:1767: error: Argument 2 of "_update" is incompatible with supertype "discord.abc.GuildChannel"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/channel.py:1810: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:1810: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:1810: note:      Superclass:
discord/channel.py:1810: note:          ChannelType
discord/channel.py:1810: note:      Subclass:
discord/channel.py:1810: note:          Literal[ChannelType.stage_voice]
discord/channel.py:1934: error: Missing return statement  [return]
discord/channel.py:2062: error: Argument 2 of "_update" is incompatible with supertype "discord.abc.GuildChannel"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/channel.py:2062: note: This violates the Liskov substitution principle
discord/channel.py:2062: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:2079: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:2079: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:2079: note:      Superclass:
discord/channel.py:2079: note:          ChannelType
discord/channel.py:2079: note:      Subclass:
discord/channel.py:2079: note:          Literal[ChannelType.category]
discord/channel.py:2114: error: Missing return statement  [return]
discord/channel.py:2474: error: Argument 2 of "_update" is incompatible with supertype "discord.abc.GuildChannel"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/channel.py:2474: note: This violates the Liskov substitution principle
discord/channel.py:2474: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:2508: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:2508: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:2508: note:      Superclass:
discord/channel.py:2508: note:          ChannelType
discord/channel.py:2508: note:      Subclass:
discord/channel.py:2508: note:          Literal[ChannelType.forum, ChannelType.media]
discord/channel.py:2615: error: Signature of "clone" incompatible with supertype "discord.abc.GuildChannel"  [override]
discord/channel.py:2615: note:      Superclass:
discord/channel.py:2615: note:          def clone(self, *, name: str | None = ..., category: CategoryChannel | None = ..., reason: str | None = ...) -> Coroutine[Any, Any, ForumChannel]
discord/channel.py:2615: note:      Subclass:
discord/channel.py:2615: note:          def clone(self, *, name: str | None = ..., category: CategoryChannel | None, reason: str | None = ...) -> Coroutine[Any, Any, ForumChannel]
discord/channel.py:2633: error: Incompatible types in assignment (expression has type "dict[str, Any]", target has type "list[dict[str, Any]] | int | str | None")  [assignment]
discord/channel.py:2673: error: Missing return statement  [return]
discord/channel.py:3010: error: Name "sticker_ids" already defined on line 3008  [no-redef]
discord/channel.py:3032: error: Incompatible types in assignment (expression has type "list[str]", target has type "str | int | None")  [assignment]
discord/channel.py:3044: error: Argument "stickers" to "handle_message_parameters" has incompatible type "Sequence[GuildSticker | StickerItem]"; expected "list[str | int] | None"  [arg-type]
discord/channel.py:3524: error: Cannot determine type of "__slots__" in base class "Messageable"  [misc]
discord/audit_logs.py:440: error: Name "transformer" already defined on line 433  [no-redef]
discord/audit_logs.py:485: error: Incompatible types in assignment (expression has type "Object", variable has type "Role | None")  [assignment]
discord/audit_logs.py:765: error: Incompatible types in assignment (expression has type "int | None", variable has type "int")  [assignment]
discord/audit_logs.py:789: error: Incompatible types in assignment (expression has type "Object", variable has type "Role | None")  [assignment]
discord/audit_logs.py:952: error: Incompatible types in assignment (expression has type "Object", variable has type "AppCommand | None")  [assignment]
discord/audit_logs.py:954: error: Incompatible return value type (got "AppCommand | None", expected "AppCommand | Object")  [return-value]
discord/abc.py:476: error: Argument 2 to "bulk_channel_update" of "HTTPClient" has incompatible type "list[dict[str, Any]]"; expected "list[ChannelPositionUpdate]"  [arg-type]
discord/abc.py:478: error: Missing return statement  [return]
discord/abc.py:574: error: Trying to assign name "_overwrites" that is not in "__slots__" of type "discord.abc.GuildChannel"  [misc]
discord/abc.py:578: error: Need type annotation for "overridden"  [var-annotated]
discord/abc.py:578: error: Argument 1 to "enumerate" has incompatible type "object"; expected "Iterable[Never]"  [arg-type]
discord/abc.py:687: error: Incompatible types in assignment (expression has type "Member | None", variable has type "Role | None")  [assignment]
discord/abc.py:694: error: Incompatible return value type (got "dict[Role | None, PermissionOverwrite]", expected "dict[Role | Member | Object, PermissionOverwrite]")  [return-value]
discord/abc.py:1031: error: Argument 5 to "edit_channel_permissions" of "HTTPClient" has incompatible type "int"; expected "Literal[0, 1]"  [arg-type]
discord/abc.py:1269: error: Unexpected keyword argument "parent_id" for "update" of "TypedDict"  [call-arg]
discord/abc.py:1269: error: Unexpected keyword argument "lock_permissions" for "update" of "TypedDict"  [call-arg]
discord/abc.py:1815: error: Incompatible types in assignment (expression has type "reversed[MessagePin]", variable has type "list[MessagePin]")  [assignment]
discord/abc.py:1821: error: Incompatible types in "yield" (actual type "Message", expected type "PinnedMessage")  [misc]
discord/abc.py:2035: error: Incompatible types in assignment (expression has type "def _after_strategy(retrieve: int, after: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _around_strategy(retrieve: int, around: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/abc.py:2039: error: Incompatible types in assignment (expression has type "def _before_strategy(retrieve: int, before: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]", variable has type "def _around_strategy(retrieve: int, around: Snowflake | None, limit: int | None) -> Coroutine[Any, Any, Any]")  [assignment]
discord/abc.py:2039: error: Incompatible types in assignment (expression has type "Snowflake | None", variable has type "Snowflake")  [assignment]
discord/abc.py:2091: error: Incompatible default for parameter "cls" (default has type "type[VoiceClient]", parameter has type "Callable[[Client, Connectable], T]")  [assignment]
discord/webhook/sync.py:81: error: Library stubs not installed for "requests"  [import-untyped]
discord/webhook/sync.py:81: note: Hint: "python3 -m pip install types-requests"
discord/webhook/sync.py:81: note: (or run "mypy --install-types" to install all missing stub packages)
discord/webhook/sync.py:81: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
discord/webhook/sync.py:154: error: Incompatible types in assignment (expression has type "DeferredLock", variable has type "LockType")  [assignment]
discord/webhook/sync.py:198: error: "LockType" has no attribute "delay_by"  [attr-defined]
discord/webhook/sync.py:411: error: Incompatible types in assignment (expression has type "_WebhookState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/webhook/sync.py:413: error: Signature of "edit" incompatible with supertype "discord.message.Message"  [override]
discord/webhook/sync.py:413: note:      Superclass:
discord/webhook/sync.py:413: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., suppress: bool = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/webhook/sync.py:413: note:      Subclass:
discord/webhook/sync.py:413: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., allowed_mentions: AllowedMentions | None = ..., view: BaseView | None = ...) -> SyncWebhookMessage
discord/webhook/sync.py:413: error: Signature of "edit" incompatible with supertype "discord.message.PartialMessage"  [override]
discord/webhook/sync.py:413: note:      Superclass:
discord/webhook/sync.py:413: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/webhook/sync.py:413: note:      Subclass:
discord/webhook/sync.py:413: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., allowed_mentions: AllowedMentions | None = ..., view: BaseView | None = ...) -> SyncWebhookMessage
discord/webhook/sync.py:492: error: Return type "SyncWebhookMessage" of "add_files" incompatible with return type "Coroutine[Any, Any, Message]" in supertype "discord.message.Message"  [override]
discord/webhook/sync.py:516: error: Return type "SyncWebhookMessage" of "remove_attachments" incompatible with return type "Coroutine[Any, Any, Message]" in supertype "discord.message.Message"  [override]
discord/webhook/sync.py:540: error: Return type "None" of "delete" incompatible with return type "Coroutine[Any, Any, None]" in supertype "discord.message.PartialMessage"  [override]
discord/webhook/sync.py:858: error: Incompatible types in assignment (expression has type "int", target has type "str | None")  [assignment]
discord/webhook/sync.py:1108: error: Name "applied_tag_ids" already defined on line 1106  [no-redef]
discord/webhook/sync.py:1123: error: Argument "applied_tags" to "handle_message_parameters" has incompatible type "str | Snowflake"; expected "list[str | int] | None"  [arg-type]
discord/webhook/async_.py:170: error: Incompatible types in assignment (expression has type "AsyncDeferredLock", variable has type "Lock")  [assignment]
discord/webhook/async_.py:202: error: "Lock" has no attribute "delay_by"  [attr-defined]
discord/webhook/async_.py:581: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:585: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:587: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:591: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:593: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:597: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:606: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:609: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:613: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:615: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:617: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:632: error: Argument 1 to "append" of "list" has incompatible type "Attachment"; expected "dict[str, Any]"  [arg-type]
discord/webhook/async_.py:634: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:637: error: Unsupported target for indexed assignment ("dict[str, Any] | None")  [index]
discord/webhook/async_.py:648: error: Dict entry 1 has incompatible type "str": "BufferedIOBase"; expected "str": "str"  [dict-item]
discord/webhook/async_.py:806: error: Incompatible types in assignment (expression has type "_WebhookState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/webhook/async_.py:808: error: Signature of "edit" incompatible with supertype "discord.message.Message"  [override]
discord/webhook/async_.py:808: note:      Superclass:
discord/webhook/async_.py:808: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., suppress: bool = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/webhook/async_.py:808: note:      Subclass:
discord/webhook/async_.py:808: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., view: BaseView | None = ..., allowed_mentions: AllowedMentions | None = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/webhook/async_.py:808: error: Signature of "edit" incompatible with supertype "discord.message.PartialMessage"  [override]
discord/webhook/async_.py:808: note:      Superclass:
discord/webhook/async_.py:808: note:          def edit(self, *, content: str | None = ..., embed: Embed | None = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Attachment | File] = ..., delete_after: float | None = ..., allowed_mentions: AllowedMentions | None = ..., view: View | LayoutView | None = ...) -> Coroutine[Any, Any, Message]
discord/webhook/async_.py:808: note:      Subclass:
discord/webhook/async_.py:808: note:          def edit(self, *, content: str | None = ..., embeds: Sequence[Embed] = ..., embed: Embed | None = ..., attachments: Sequence[Attachment | File] = ..., view: BaseView | None = ..., allowed_mentions: AllowedMentions | None = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/webhook/async_.py:1024: error: Argument "data" to "PartialWebhookChannel" has incompatible type "object"; expected "PartialChannel"  [arg-type]
discord/webhook/async_.py:1026: error: Incompatible types in assignment (expression has type "object", variable has type "PartialWebhookChannel | None")  [assignment]
discord/webhook/async_.py:1030: error: Argument "data" to "PartialWebhookGuild" has incompatible type "object"; expected "SourceGuild"  [arg-type]
discord/webhook/async_.py:1032: error: Incompatible types in assignment (expression has type "object", variable has type "PartialWebhookGuild | None")  [assignment]
discord/webhook/async_.py:1053: error: Incompatible return value type (got "ConnectionState[Client] | _WebhookState | Guild | None", expected "Guild | None")  [return-value]
discord/webhook/async_.py:1552: error: Incompatible types in assignment (expression has type "int", target has type "str | None")  [assignment]
discord/webhook/async_.py:1611: error: Incompatible types in assignment (expression has type "Thread | None", variable has type "ForumChannel | VoiceChannel | TextChannel | None")  [assignment]
discord/webhook/async_.py:1885: error: Name "applied_tag_ids" already defined on line 1883  [no-redef]
discord/webhook/async_.py:1901: error: Argument "applied_tags" to "handle_message_parameters" has incompatible type "str | Snowflake"; expected "list[str | int] | None"  [arg-type]
discord/ui/view.py:122: error: Incompatible types in assignment (expression has type "Button[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:126: error: Incompatible types in assignment (expression has type "BaseSelect[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:130: error: Incompatible types in assignment (expression has type "Section[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:134: error: Incompatible types in assignment (expression has type "TextDisplay[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:138: error: Incompatible types in assignment (expression has type "MediaGallery[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:142: error: Incompatible types in assignment (expression has type "File[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:146: error: Incompatible types in assignment (expression has type "Separator[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:150: error: Incompatible types in assignment (expression has type "Thumbnail[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:154: error: Incompatible types in assignment (expression has type "Container[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:158: error: Incompatible types in assignment (expression has type "Label[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:160: error: Incompatible types in assignment (expression has type "Item[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:235: error: Incompatible types in assignment (expression has type "list[Item[BaseView]]", variable has type "list[Item[Self]]")  [assignment]
discord/ui/view.py:248: error: Attribute "__stopped" already defined on line 246  [no-redef]
discord/ui/view.py:273: error: Name "item" already defined on line 264  [no-redef]
discord/ui/view.py:273: error: "Callable[[Any, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/view.py:273: error: "Callable[[Any, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/view.py:416: error: Incompatible types in assignment (expression has type "type[LayoutView]", variable has type "type[View]")  [assignment]
discord/ui/view.py:772: error: List comprehension has incompatible type List[dict[str, Any]]; expected List[Item[Self]]  [misc]
discord/ui/view.py:960: error: Incompatible types in assignment (expression has type "Pattern[str]", variable has type "tuple[int, str]")  [assignment]
discord/ui/view.py:961: error: No overload variant of "pop" of "dict" matches argument types "None", "tuple[int, str]"  [call-overload]
discord/ui/view.py:961: note: Possible overload variants:
discord/ui/view.py:961: note:     def pop(self, Pattern[str], /) -> type[DynamicItem[Item[Any]]]
discord/ui/view.py:961: note:     def pop(self, Pattern[str], type[DynamicItem[Item[Any]]], /) -> type[DynamicItem[Item[Any]]]
discord/ui/view.py:961: note:     def [_T] pop(self, Pattern[str], _T, /) -> type[DynamicItem[Item[Any]]] | _T
discord/ui/view.py:980: error: Incompatible types in assignment (expression has type "Pattern[str]", variable has type "tuple[int, str]")  [assignment]
discord/ui/view.py:981: error: No overload variant of "pop" of "dict" matches argument types "None", "tuple[int, str]"  [call-overload]
discord/ui/view.py:981: note: Possible overload variants:
discord/ui/view.py:981: note:     def pop(self, Pattern[str], /) -> type[DynamicItem[Item[Any]]]
discord/ui/view.py:981: note:     def pop(self, Pattern[str], type[DynamicItem[Item[Any]]], /) -> type[DynamicItem[Item[Any]]]
discord/ui/view.py:981: note:     def [_T] pop(self, Pattern[str], _T, /) -> type[DynamicItem[Item[Any]]] | _T
discord/ui/select.py:362: error: Return type "SelectMenu" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/select.py:365: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/select.py:365: note: This violates the Liskov substitution principle
discord/ui/select.py:365: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:369: error: Argument 2 of "_handle_submit" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/select.py:369: note: This violates the Liskov substitution principle
discord/ui/select.py:369: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:384: error: Argument 2 of "_refresh_state" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/select.py:384: note: This violates the Liskov substitution principle
discord/ui/select.py:384: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:404: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/select.py:404: note: This violates the Liskov substitution principle
discord/ui/select.py:404: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:492: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:492: note:      Superclass:
discord/ui/select.py:492: note:          list[str | User | Member | Role | AppCommandChannel | AppCommandThread]
discord/ui/select.py:492: note:      Subclass:
discord/ui/select.py:492: note:          list[str]
discord/ui/select.py:666: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:666: note:      Superclass:
discord/ui/select.py:666: note:          list[str | User | Member | Role | AppCommandChannel | AppCommandThread]
discord/ui/select.py:666: note:      Subclass:
discord/ui/select.py:666: note:          list[Member | User]
discord/ui/select.py:774: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:774: note:      Superclass:
discord/ui/select.py:774: note:          list[str | User | Member | Role | AppCommandChannel | AppCommandThread]
discord/ui/select.py:774: note:      Subclass:
discord/ui/select.py:774: note:          list[Role]
discord/ui/select.py:878: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:878: note:      Superclass:
discord/ui/select.py:878: note:          list[str | User | Member | Role | AppCommandChannel | AppCommandThread]
discord/ui/select.py:878: note:      Subclass:
discord/ui/select.py:878: note:          list[Member | User | Role]
discord/ui/select.py:1007: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:1007: note:      Superclass:
discord/ui/select.py:1007: note:          list[str | User | Member | Role | AppCommandChannel | AppCommandThread]
discord/ui/select.py:1007: note:      Subclass:
discord/ui/select.py:1007: note:          list[AppCommandChannel | AppCommandThread]
discord/ui/select.py:1027: error: Incompatible default for parameter "cls" (default has type "type[Select[Any]]", parameter has type "type[SelectT]")  [assignment]
discord/ui/select.py:1043: error: Incompatible default for parameter "cls" (default has type "type[UserSelect[Any]]", parameter has type "type[UserSelectT]")  [assignment]
discord/ui/select.py:1060: error: Incompatible default for parameter "cls" (default has type "type[RoleSelect[Any]]", parameter has type "type[RoleSelectT]")  [assignment]
discord/ui/select.py:1077: error: Incompatible default for parameter "cls" (default has type "type[ChannelSelect[Any]]", parameter has type "type[ChannelSelectT]")  [assignment]
discord/ui/select.py:1094: error: Incompatible default for parameter "cls" (default has type "type[MentionableSelect[Any]]", parameter has type "type[MentionableSelectT]")  [assignment]
discord/ui/select.py:1110: error: Incompatible default for parameter "cls" (default has type "type[Select[Any]]", parameter has type "type[BaseSelectT]")  [assignment]
discord/ui/select.py:1218: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/select.py:1219: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1229: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1231: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1247: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/dynamic.py:37: error: Incompatible import of "TypeVar" (imported name has type "type[typing_extensions.TypeVar]", local name has type "type[typing.TypeVar]")  [assignment]
discord/app_commands/tree.py:444: error: Missing return statement  [return]
discord/app_commands/tree.py:561: error: Missing return statement  [return]
discord/app_commands/tree.py:764: error: Name "base" already defined on line 754  [no-redef]
discord/app_commands/tree.py:779: error: Incompatible types in assignment (expression has type "str", variable has type "tuple[str, int | None, int]")  [assignment]
discord/app_commands/tree.py:779: error: Incompatible types in assignment (expression has type "Command[Any, Any, Any] | Group", variable has type "ContextMenu")  [assignment]
discord/app_commands/tree.py:788: error: Incompatible types in assignment (expression has type "str", variable has type "tuple[str, int | None, int]")  [assignment]
discord/app_commands/tree.py:788: error: Incompatible types in assignment (expression has type "Command[Any, Any, Any] | Group", variable has type "ContextMenu")  [assignment]
discord/app_commands/tree.py:920: error: Incompatible types in assignment (expression has type "str | locale_str", variable has type "str")  [assignment]
discord/app_commands/tree.py:1180: error: Incompatible types in assignment (expression has type "object", variable has type "list[ApplicationCommandInteractionDataOption]")  [assignment]
discord/app_commands/tree.py:1190: error: Incompatible types in assignment (expression has type "object", variable has type "list[ApplicationCommandInteractionDataOption]")  [assignment]
discord/app_commands/tree.py:1216: error: "Interaction[ClientT]" has no attribute "_cs_command"; maybe "command"?  [attr-defined]
discord/app_commands/tree.py:1224: error: Incompatible types in assignment (expression has type "object", variable has type "str | int | None")  [assignment]
discord/app_commands/tree.py:1273: error: "Interaction[ClientT]" has no attribute "_cs_command"; maybe "command"?  [attr-defined]
discord/app_commands/tree.py:1280: error: "Interaction[ClientT]" has no attribute "_cs_namespace"; maybe "namespace"?  [attr-defined]
discord/app_commands/transformers.py:108: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/transformers.py:109: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/transformers.py:112: error: Argument 1 to "_checked_translate" of "Translator" has incompatible type "str | locale_str"; expected "locale_str"  [arg-type]
discord/app_commands/transformers.py:117: error: Argument 1 to "_checked_translate" of "Translator" has incompatible type "str | locale_str"; expected "locale_str"  [arg-type]
discord/app_commands/transformers.py:141: error: Incompatible types in assignment (expression has type "list[dict[str, Any]]", target has type "str | int")  [assignment]
discord/app_commands/transformers.py:143: error: Incompatible types in assignment (expression has type "list[int]", target has type "str | int")  [assignment]
discord/app_commands/transformers.py:151: error: Incompatible types in assignment (expression has type "int | float", target has type "str | int")  [assignment]
discord/app_commands/transformers.py:153: error: Incompatible types in assignment (expression has type "int | float", target has type "str | int")  [assignment]
discord/app_commands/namespace.py:224: error: Incompatible types in assignment (expression has type "int", variable has type "str")  [assignment]
discord/app_commands/namespace.py:226: error: Argument "id" to "PartialMessageable" has incompatible type "str"; expected "int"  [arg-type]
discord/app_commands/namespace.py:228: error: Incompatible types in assignment (expression has type "Thread | VoiceChannel | StageChannel | ForumChannel | TextChannel | CategoryChannel | PartialMessageable", variable has type "PartialMessageable")  [assignment]
discord/app_commands/namespace.py:228: error: Argument 1 to "get_channel_or_thread" of "Guild" has incompatible type "str"; expected "int"  [arg-type]
discord/app_commands/namespace.py:229: error: Argument "id" to "PartialMessageable" has incompatible type "str"; expected "int"  [arg-type]
discord/app_commands/commands.py:244: error: Item "function" of "Callable[[GroupT, Interaction[Any], str], Coroutine[Any, Any, list[Choice[str]]]] | Callable[[Interaction[Any], str], Coroutine[Any, Any, list[Choice[str]]]]" has no attribute "pass_command_binding"  [union-attr]
discord/app_commands/commands.py:244: error: Item "function" of "Callable[[GroupT, Interaction[Any], str], Coroutine[Any, Any, list[Choice[int]]]] | Callable[[Interaction[Any], str], Coroutine[Any, Any, list[Choice[int]]]]" has no attribute "pass_command_binding"  [union-attr]
discord/app_commands/commands.py:244: error: Item "function" of "Callable[[GroupT, Interaction[Any], str], Coroutine[Any, Any, list[Choice[float]]]] | Callable[[Interaction[Any], str], Coroutine[Any, Any, list[Choice[float]]]]" has no attribute "pass_command_binding"  [union-attr]
discord/app_commands/commands.py:244: error: Item "function" of "Callable[[GroupT, Interaction[Any], str], Coroutine[Any, Any, list[Choice[str | int | float]]]] | Callable[[Interaction[Any], str], Coroutine[Any, Any, list[Choice[str | int | float]]]]" has no attribute "pass_command_binding"  [union-attr]
discord/app_commands/commands.py:378: error: Need type annotation for "cache" (hint: "cache: dict[<type>, <type>] = ...")  [var-annotated]
discord/app_commands/commands.py:402: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_description__"  [attr-defined]
discord/app_commands/commands.py:411: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_rename__"  [attr-defined]
discord/app_commands/commands.py:418: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_choices__"  [attr-defined]
discord/app_commands/commands.py:425: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_autocomplete__"  [attr-defined]
discord/app_commands/commands.py:465: error: "F" has no attribute "__discord_app_commands_base_function__"  [attr-defined]
discord/app_commands/commands.py:692: error: Item "function" of "Callable[[GroupT, Interaction[Any], **P], Coroutine[Any, Any, T]] | Callable[[Interaction[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__self__"  [union-attr]
discord/app_commands/commands.py:693: error: Item "function" of "Callable[[GroupT, Interaction[Any], **P], Coroutine[Any, Any, T]] | Callable[[Interaction[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__func__"  [union-attr]
discord/app_commands/commands.py:765: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/commands.py:766: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/commands.py:1013: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[Interaction[ClientT]], Coroutine[Any, Any, bool]]"; expected "Callable[[Interaction[Client]], Never | Awaitable[Never]]"  [arg-type]
discord/app_commands/commands.py:1296: error: Need type annotation for "context"  [var-annotated]
discord/app_commands/commands.py:1583: error: Incompatible types in assignment (expression has type "str", variable has type "locale_str | None")  [assignment]
discord/app_commands/commands.py:1595: error: Incompatible types in assignment (expression has type "str", variable has type "locale_str | None")  [assignment]
discord/app_commands/commands.py:1736: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/commands.py:1737: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/commands.py:1935: error: Missing return statement  [return]
discord/app_commands/commands.py:2011: error: Incompatible types in assignment (expression has type "str | locale_str", variable has type "str")  [assignment]
discord/app_commands/commands.py:2072: error: Incompatible types in assignment (expression has type "str | locale_str", variable has type "str")  [assignment]
discord/app_commands/checks.py:145: error: Missing return statement  [return]
discord/ui/thumbnail.py:138: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/thumbnail.py:138: note: This violates the Liskov substitution principle
discord/ui/thumbnail.py:138: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/text_input.py:249: error: Return type "TextInput" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/text_input.py:252: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/text_input.py:252: note: This violates the Liskov substitution principle
discord/ui/text_input.py:252: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/text_input.py:255: error: Argument 2 of "_refresh_state" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/text_input.py:255: note: This violates the Liskov substitution principle
discord/ui/text_input.py:255: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/text_input.py:259: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/text_input.py:259: note: This violates the Liskov substitution principle
discord/ui/text_input.py:259: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/text_display.py:87: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/text_display.py:87: note: This violates the Liskov substitution principle
discord/ui/text_display.py:87: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/separator.py:129: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/separator.py:129: note: This violates the Liskov substitution principle
discord/ui/separator.py:129: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/radio.py:224: error: Return type "RadioGroupComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/radio.py:227: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/radio.py:227: note: This violates the Liskov substitution principle
discord/ui/radio.py:227: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/radio.py:231: error: Argument 2 of "_handle_submit" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/radio.py:231: note: This violates the Liskov substitution principle
discord/ui/radio.py:231: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/radio.py:236: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/radio.py:236: note: This violates the Liskov substitution principle
discord/ui/radio.py:236: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/media_gallery.py:259: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/media_gallery.py:259: note: This violates the Liskov substitution principle
discord/ui/media_gallery.py:259: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/label.py:112: error: Return type "LabelComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/label.py:125: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/label.py:125: note: This violates the Liskov substitution principle
discord/ui/label.py:125: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/file_upload.py:172: error: Return type "FileUploadComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/file_upload.py:175: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/file_upload.py:175: note: This violates the Liskov substitution principle
discord/ui/file_upload.py:175: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/file_upload.py:179: error: Argument 2 of "_handle_submit" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/file_upload.py:179: note: This violates the Liskov substitution principle
discord/ui/file_upload.py:179: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/file_upload.py:181: error: Unsupported right operand type for in ("object")  [operator]
discord/ui/file_upload.py:184: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/file_upload.py:184: note: This violates the Liskov substitution principle
discord/ui/file_upload.py:184: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/file.py:162: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/file.py:162: note: This violates the Liskov substitution principle
discord/ui/file.py:162: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/container.py:109: error: ClassVar cannot contain Self type in generic classes  [misc]
discord/ui/container.py:151: error: Name "item" already defined on line 143  [no-redef]
discord/ui/container.py:151: error: "Callable[[Self, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/container.py:151: error: "Callable[[Self, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/container.py:179: error: Return type "bool" of "_update_view" incompatible with return type "None" in supertype "discord.ui.item.Item"  [override]
discord/ui/container.py:260: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/container.py:260: note: This violates the Liskov substitution principle
discord/ui/container.py:260: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:256: error: Return type "CheckboxGroupComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/checkbox.py:259: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/checkbox.py:259: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:259: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:263: error: Argument 2 of "_handle_submit" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/checkbox.py:263: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:263: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:268: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/checkbox.py:268: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:268: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:370: error: Return type "CheckboxComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/checkbox.py:373: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/checkbox.py:373: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:373: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:377: error: Argument 2 of "_handle_submit" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "dict[str, Any]"  [override]
discord/ui/checkbox.py:377: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:377: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/checkbox.py:382: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/checkbox.py:382: note: This violates the Liskov substitution principle
discord/ui/checkbox.py:382: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/button.py:259: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/button.py:259: note: This violates the Liskov substitution principle
discord/ui/button.py:259: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/button.py:276: error: Return type "ButtonComponent" of "to_component_dict" incompatible with return type "dict[str, Any]" in supertype "discord.ui.item.Item"  [override]
discord/ui/button.py:287: error: Argument 1 of "_refresh_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/button.py:287: note: This violates the Liskov substitution principle
discord/ui/button.py:287: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/button.py:376: error: "Callable[[S, Interaction[Any], Button[V]], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/button.py:377: error: "Callable[[S, Interaction[Any], Button[V]], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/section.py:251: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/section.py:251: note: This violates the Liskov substitution principle
discord/ui/section.py:251: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/modal.py:128: error: Incompatible types in assignment (expression has type "Modal", variable has type "Self | None")  [assignment]
discord/ui/modal.py:159: error: Signature of "on_error" incompatible with supertype "discord.ui.view.BaseView"  [override]
discord/ui/modal.py:159: note:      Superclass:
discord/ui/modal.py:159: note:          def [ClientT: Client] on_error(self, Interaction[ClientT], Exception, Item[Any], /) -> Coroutine[Any, Any, None]
discord/ui/modal.py:159: note:      Subclass:
discord/ui/modal.py:159: note:          def [ClientT: Client] on_error(self, Interaction[ClientT], Exception, /) -> Coroutine[Any, Any, None]
discord/ui/modal.py:176: error: Signature of "_refresh" incompatible with supertype "discord.ui.view.BaseView"  [override]
discord/ui/modal.py:176: note:      Superclass:
discord/ui/modal.py:176: note:          def _refresh(self, components: list[Component]) -> None
discord/ui/modal.py:176: note:      Subclass:
discord/ui/modal.py:176: note:          def _refresh(self, interaction: Interaction[Client], components: Sequence[ModalSubmitActionRowInteractionData | ModalSubmitTextDisplayInteractionData | ModalSubmitLabelInteractionData], resolved: dict[ResolveKey, Any]) -> None
discord/ui/modal.py:202: error: Signature of "_scheduled_task" incompatible with supertype "discord.ui.view.BaseView"  [override]
discord/ui/modal.py:202: note:      Superclass:
discord/ui/modal.py:202: note:          def [ClientT: Client] _scheduled_task(self, item: Item[Any], interaction: Interaction[ClientT]) -> Coroutine[Any, Any, Any]
discord/ui/modal.py:202: note:      Subclass:
discord/ui/modal.py:202: note:          def _scheduled_task(self, interaction: Interaction[Client], components: list[ModalSubmitActionRowInteractionData | ModalSubmitTextDisplayInteractionData | ModalSubmitLabelInteractionData], resolved: dict[ResolveKey, Any]) -> Coroutine[Any, Any, Any]
discord/ui/action_row.py:122: error: ClassVar cannot contain Self type in generic classes  [misc]
discord/ui/action_row.py:163: error: "Callable[[Self, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/action_row.py:163: error: "Callable[[Self, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/action_row.py:415: error: Incompatible default for parameter "cls" (default has type "type[Select[Any]]", parameter has type "type[SelectT]")  [assignment]
discord/ui/action_row.py:430: error: Incompatible default for parameter "cls" (default has type "type[UserSelect[Any]]", parameter has type "type[UserSelectT]")  [assignment]
discord/ui/action_row.py:446: error: Incompatible default for parameter "cls" (default has type "type[RoleSelect[Any]]", parameter has type "type[RoleSelectT]")  [assignment]
discord/ui/action_row.py:462: error: Incompatible default for parameter "cls" (default has type "type[ChannelSelect[Any]]", parameter has type "type[ChannelSelectT]")  [assignment]
discord/ui/action_row.py:478: error: Incompatible default for parameter "cls" (default has type "type[MentionableSelect[Any]]", parameter has type "type[MentionableSelectT]")  [assignment]
discord/ui/action_row.py:493: error: Incompatible default for parameter "cls" (default has type "type[Select[Any]]", parameter has type "type[BaseSelectT]")  [assignment]
discord/ui/action_row.py:591: error: "BaseSelectT" has no attribute "__discord_ui_parent__"  [attr-defined]
discord/ui/action_row.py:592: error: Incompatible return value type (got "BaseSelectT", expected "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]")  [return-value]
discord/ui/action_row.py:597: error: Argument 1 of "from_component" is incompatible with supertype "discord.ui.item.Item"; supertype defines the argument type as "Component"  [override]
discord/ui/action_row.py:597: note: This violates the Liskov substitution principle
discord/ui/action_row.py:597: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ext/commands/view.py:127: error: Attribute "previous" already defined on line 59  [no-redef]
discord/ext/commands/view.py:132: error: Missing return statement  [return]
discord/ext/commands/view.py:144: error: Incompatible types in assignment (expression has type "set[str]", variable has type "tuple[str, str | None]")  [assignment]
discord/ext/commands/view.py:151: error: Argument 1 to "ExpectedClosingQuoteError" has incompatible type "str | None"; expected "str"  [arg-type]
discord/ext/commands/view.py:162: error: Argument 1 to "ExpectedClosingQuoteError" has incompatible type "str | None"; expected "str"  [arg-type]
discord/ext/commands/converter.py:269: error: Incompatible types in assignment (expression has type "Member | User | None", variable has type "Member | None")  [assignment]
discord/ext/commands/converter.py:381: error: Incompatible return value type (got "tuple[Guild | int | None, int, int]", expected "tuple[int | None, int, int]")  [return-value]
discord/ext/commands/converter.py:485: error: Name "result" already defined on line 478  [no-redef]
discord/ext/commands/converter.py:519: error: Name "result" already defined on line 512  [no-redef]
discord/ext/commands/converter.py:1143: error: Return type "Greedy[T]" of "__class_getitem__" incompatible with return type "GenericAlias" in supertype "builtins.list"  [override]
discord/ext/commands/converter.py:1437: error: Need type annotation for "conversions" (hint: "conversions: dict[<type>, <type>] = ...")  [var-annotated]
discord/ext/commands/parameters.py:63: error: Parameter 1 of Literal[...] is invalid  [valid-type]
discord/ext/commands/parameters.py:64: error: Parameter 1 of Literal[...] is invalid  [valid-type]
discord/ext/commands/parameters.py:65: error: Parameter 1 of Literal[...] is invalid  [valid-type]
discord/ext/commands/parameters.py:66: error: Parameter 1 of Literal[...] is invalid  [valid-type]
discord/ext/commands/parameters.py:67: error: Parameter 1 of Literal[...] is invalid  [valid-type]
discord/ext/commands/parameters.py:115: error: Signature of "replace" incompatible with supertype "inspect.Parameter"  [override]
discord/ext/commands/parameters.py:115: note:      Superclass:
discord/ext/commands/parameters.py:115: note:          def replace(self, *, name: str | type[_void] = ..., kind: _ParameterKind | type[_void] = ..., default: Any = ..., annotation: Any = ...) -> Parameter
discord/ext/commands/parameters.py:115: note:      Subclass:
discord/ext/commands/parameters.py:115: note:          def replace(self, *, name: str = ..., kind: Any | Any | Any | Any | Any = ..., default: Any = ..., annotation: Any = ..., description: str = ..., displayed_default: Any = ..., displayed_name: Any = ...) -> Parameter
discord/ext/commands/parameters.py:324: error: Incompatible types in assignment (expression has type "OrderedDict[str, discord.ext.commands.parameters.Parameter]", base class "Signature" defined the type as "MappingProxyType[str, inspect.Parameter]")  [assignment]
discord/ext/commands/flags.py:685: error: Incompatible types in assignment (expression has type "dict[Never, Never]", variable has type "list[str]")  [assignment]
discord/ext/commands/flags.py:685: error: Argument 1 to "dict" has incompatible type "list[str]"; expected "Iterable[tuple[Never, Never]]"  [arg-type]
discord/ext/commands/context.py:412: error: Return type "Coroutine[Any, Any, Messageable]" of "_get_channel" incompatible with return type "Coroutine[Any, Any, TextChannel | VoiceChannel | StageChannel | Thread | DMChannel | PartialMessageable | GroupChannel]" in supertype "discord.abc.Messageable"  [override]
discord/ext/commands/context.py:620: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Cog], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:621: error: Argument 1 has incompatible type "Cog"; expected "Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:623: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Group[Any, [VarArg(Any), KwArg(Any)], Any]], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:624: error: Argument 1 has incompatible type "Group[Any, Any, Any]"; expected "Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:626: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:627: error: Argument 1 has incompatible type "Command[Any, Any, Any]"; expected "Mapping[Cog | None, list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:784: error: Signature of "typing" incompatible with supertype "discord.abc.Messageable"  [override]
discord/ext/commands/context.py:784: note:      Superclass:
discord/ext/commands/context.py:784: note:          def typing(self) -> Typing
discord/ext/commands/context.py:784: note:      Subclass:
discord/ext/commands/context.py:784: note:          def typing(self, *, ephemeral: bool = ...) -> Typing | DeferTyping[BotT]
discord/ext/commands/context.py:1139: error: No overload variant of "send" of "Webhook" matches argument types "bool", "dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"  [call-overload]
discord/ext/commands/context.py:1139: note: Possible overload variants:
discord/ext/commands/context.py:1139: note:     def send(self, *, username: str = ..., avatar_url: Any = ..., ephemeral: bool = ..., file: File = ..., files: Sequence[File] = ..., allowed_mentions: AllowedMentions = ..., view: LayoutView, wait: Literal[True], thread: Snowflake = ..., thread_name: str = ..., suppress_embeds: bool = ..., silent: bool = ..., applied_tags: list[ForumTag] = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/ext/commands/context.py:1139: note:     def send(self, *, username: str = ..., avatar_url: Any = ..., ephemeral: bool = ..., file: File = ..., files: Sequence[File] = ..., allowed_mentions: AllowedMentions = ..., view: LayoutView, wait: Literal[False] = ..., thread: Snowflake = ..., thread_name: str = ..., suppress_embeds: bool = ..., silent: bool = ..., applied_tags: list[ForumTag] = ...) -> Coroutine[Any, Any, None]
discord/ext/commands/context.py:1139: note:     def send(self, content: str = ..., *, username: str = ..., avatar_url: Any = ..., tts: bool = ..., ephemeral: bool = ..., file: File = ..., files: Sequence[File] = ..., embed: Embed = ..., embeds: Sequence[Embed] = ..., allowed_mentions: AllowedMentions = ..., view: View = ..., thread: Snowflake = ..., thread_name: str = ..., wait: Literal[True], suppress_embeds: bool = ..., silent: bool = ..., applied_tags: list[ForumTag] = ..., poll: Poll = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/ext/commands/context.py:1139: note:     def send(self, content: str = ..., *, username: str = ..., avatar_url: Any = ..., tts: bool = ..., ephemeral: bool = ..., file: File = ..., files: Sequence[File] = ..., embed: Embed = ..., embeds: Sequence[Embed] = ..., allowed_mentions: AllowedMentions = ..., view: View = ..., thread: Snowflake = ..., thread_name: str = ..., wait: Literal[False] = ..., suppress_embeds: bool = ..., silent: bool = ..., applied_tags: list[ForumTag] = ..., poll: Poll = ...) -> Coroutine[Any, Any, None]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "File"  [arg-type]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "Sequence[File]"  [arg-type]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "LayoutView"  [arg-type]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "bool"  [arg-type]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "AllowedMentions"  [arg-type]
discord/ext/commands/context.py:1141: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**dict[str, bool | str | Any | Embed | Sequence[Embed] | File | Sequence[File] | AllowedMentions | BaseView | Poll | None]"; expected "float | None"  [arg-type]
discord/ext/commands/cog.py:208: error: Need type annotation for "commands" (hint: "commands: dict[<type>, <type>] = ...")  [var-annotated]
discord/ext/commands/cog.py:210: error: Need type annotation for "listeners" (hint: "listeners: dict[<type>, <type>] = ...")  [var-annotated]
discord/ext/commands/cog.py:246: error: Argument 1 to "list" has incompatible type "dict_values[str, _BaseCommand]"; expected "Iterable[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"  [arg-type]
discord/ext/commands/cog.py:268: error: "FuncT" has no attribute "__cog_special_method__"  [attr-defined]
discord/ext/commands/cog.py:382: error: Incompatible types in assignment (expression has type "Group | discord.app_commands.commands.Command[Any, [VarArg(Any), KwArg(Any)], Any]", variable has type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]")  [assignment]
discord/ext/commands/cog.py:383: error: "Command[Self, [VarArg(Any), KwArg(Any)], Any]" has no attribute "_copy_with"  [attr-defined]
discord/ext/commands/cog.py:391: error: Incompatible types in assignment (expression has type "discord.app_commands.commands.Command[Any, Any, Any] | Group", variable has type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]")  [assignment]
discord/ext/commands/cog.py:497: error: "FuncT" has no attribute "__func__"  [attr-defined]
discord/ext/commands/cog.py:524: error: Incompatible types in assignment (expression has type "def (*Any, **Any) -> Any", variable has type "FuncT")  [assignment]
discord/ext/commands/cog.py:527: error: "FuncT" has no attribute "__cog_listener__"  [attr-defined]
discord/ext/commands/cog.py:530: error: "FuncT" has no attribute "__cog_listener_names__"  [attr-defined]
discord/ext/commands/cog.py:532: error: "FuncT" has no attribute "__cog_listener_names__"  [attr-defined]
discord/ext/commands/cog.py:546: error: "Callable[[Context[BotT], Exception], Coroutine[Any, Any, None]]" has no attribute "__func__"  [attr-defined]
discord/ext/commands/cog.py:553: error: "Callable[[Interaction[ClientT], AppCommandError], Coroutine[Any, Any, None]]" has no attribute "__func__"  [attr-defined]
discord/ext/commands/cog.py:710: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Never | Awaitable[Never]]"  [arg-type]
discord/ext/commands/cog.py:727: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Never | Awaitable[Never]]"  [arg-type]
discord/ext/commands/cog.py:747: error: Incompatible types in assignment (expression has type "Group | discord.app_commands.commands.Command[Self, [VarArg(Any), KwArg(Any)], Any]", variable has type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]")  [assignment]
discord/ext/commands/cog.py:749: error: Argument 1 to "add_command" of "CommandTree" has incompatible type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]"; expected "discord.app_commands.commands.Command[Any, [VarArg(Any), KwArg(Any)], Any] | ContextMenu | Group"  [arg-type]
discord/ext/commands/cog.py:762: error: Incompatible types in assignment (expression has type "Group | discord.app_commands.commands.Command[Self, [VarArg(Any), KwArg(Any)], Any]", variable has type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]")  [assignment]
discord/ext/commands/cog.py:763: error: "Command[Self, [VarArg(Any), KwArg(Any)], Any]" has no attribute "_guild_ids"  [attr-defined]
discord/ext/commands/cog.py:780: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Never | Awaitable[Never]]"  [arg-type]
discord/ext/commands/cooldowns.py:171: error: Return type "Cooldown | None" of "create_bucket" incompatible with return type "Cooldown" in supertype "CooldownMapping"  [override]
discord/ext/commands/core.py:252: error: Return value expected  [return-value]
discord/ext/commands/core.py:272: error: Return value expected  [return-value]
discord/ext/commands/core.py:462: error: Item "function" of "Callable[[CogT, Context[Any], **P], Coroutine[Any, Any, T]] | Callable[[Context[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__commands_checks__"  [union-attr]
discord/ext/commands/core.py:470: error: Item "function" of "Callable[[CogT, Context[Any], **P], Coroutine[Any, Any, T]] | Callable[[Context[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__commands_cooldown__"  [union-attr]
discord/ext/commands/core.py:477: error: Name "buckets" already defined on line 475  [no-redef]
discord/ext/commands/core.py:483: error: Item "function" of "Callable[[CogT, Context[Any], **P], Coroutine[Any, Any, T]] | Callable[[Context[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__commands_max_concurrency__"  [union-attr]
discord/ext/commands/core.py:495: error: Incompatible types in assignment (expression has type "object", variable has type "GroupMixin[Any] | None")  [assignment]
discord/ext/commands/core.py:500: error: Item "function" of "Callable[[CogT, Context[Any], **P], Coroutine[Any, Any, T]] | Callable[[Context[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__before_invoke__"  [union-attr]
discord/ext/commands/core.py:508: error: Item "function" of "Callable[[CogT, Context[Any], **P], Coroutine[Any, Any, T]] | Callable[[Context[Any], **P], Coroutine[Any, Any, T]]" has no attribute "__after_invoke__"  [union-attr]
discord/ext/commands/core.py:602: error: Accessing "__init__" on an instance is unsound, since instance.__init__ could be from an incompatible subclass  [misc]
discord/ext/commands/core.py:740: error: Incompatible types in assignment (expression has type "str | None", variable has type "str")  [assignment]
discord/ext/commands/core.py:835: error: Incompatible return value type (got "list[Command[CogT, P, T]]", expected "list[Group[Any, [VarArg(Any), KwArg(Any)], Any]]")  [return-value]
discord/ext/commands/core.py:1552: error: No overload variant of "command" matches argument types "_CommandDecoratorKwargs", "str", "tuple[Any, ...]", "type[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"  [call-overload]
discord/ext/commands/core.py:1552: note: Possible overload variants:
discord/ext/commands/core.py:1552: note:     def command(name: str = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> _CommandDecorator
discord/ext/commands/core.py:1552: note:     def [CommandT: Command[Any, [VarArg(Any), KwArg(Any)], Any]] command(name: str = ..., cls: type[CommandT] = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> Callable[[Callable[[ContextT, **P], Coroutine[Any, Any, Any]] | Callable[[CogT, ContextT, **P], Coroutine[Any, Any, Any]]], CommandT]
discord/ext/commands/core.py:1609: error: No overload variant of "group" matches argument types "_GroupDecoratorKwargs", "str", "tuple[Any, ...]", "type[Group[Any, [VarArg(Any), KwArg(Any)], Any]]"  [call-overload]
discord/ext/commands/core.py:1609: note: Possible overload variants:
discord/ext/commands/core.py:1609: note:     def group(name: str = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ..., invoke_without_command: bool = ..., case_insensitive: bool = ...) -> _GroupDecorator
discord/ext/commands/core.py:1609: note:     def [GroupT: Group[Any, [VarArg(Any), KwArg(Any)], Any]] group(name: str = ..., cls: type[GroupT] = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ..., invoke_without_command: bool = ..., case_insensitive: bool = ...) -> Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, Any]] | Callable[[ContextT, **P], Coroutine[Any, Any, Any]]], GroupT]
discord/ext/commands/core.py:1859: error: No overload variant of "command" matches argument types "_GroupDecoratorKwargs", "str", "type[Group[Any, [VarArg(Any), KwArg(Any)], Any]]"  [call-overload]
discord/ext/commands/core.py:1859: note: Possible overload variants:
discord/ext/commands/core.py:1859: note:     def command(name: str = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> _CommandDecorator
discord/ext/commands/core.py:1859: note:     def [CommandT: Command[Any, [VarArg(Any), KwArg(Any)], Any]] command(name: str = ..., cls: type[CommandT] = ..., *, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> Callable[[Callable[[ContextT, **P], Coroutine[Any, Any, Any]] | Callable[[CogT, ContextT, **P], Coroutine[Any, Any, Any]]], CommandT]
discord/ext/commands/core.py:1942: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:1944: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:1949: error: "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, [VarArg(Any), KwArg(Any)], Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:1956: error: "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, [VarArg(Any), KwArg(Any)], Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2018: error: Argument 1 has incompatible type "Context[BotT]"; expected "ContextT"  [arg-type]
discord/ext/commands/core.py:2025: error: Argument 1 to "CheckAnyFailure" has incompatible type "list[Callable[[ContextT], Coroutine[Any, Any, bool]]]"; expected "list[Callable[[Context[Any]], bool]]"  [arg-type]
discord/ext/commands/core.py:2365: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:2367: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:2368: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__discord_app_commands_guild_only__"  [attr-defined]
discord/ext/commands/core.py:2373: error: "Callable[[Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2380: error: "Callable[[Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2440: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:2442: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_checks__"  [attr-defined]
discord/ext/commands/core.py:2443: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__discord_app_commands_is_nsfw__"  [attr-defined]
discord/ext/commands/core.py:2448: error: "Callable[[Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2455: error: "Callable[[Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]], Command[Any, Any, Any] | Callable[..., Coroutine[Any, Any, Any]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2499: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_cooldown__"  [attr-defined]
discord/ext/commands/core.py:2547: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_cooldown__"  [attr-defined]
discord/ext/commands/core.py:2582: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__commands_max_concurrency__"  [attr-defined]
discord/ext/commands/core.py:2634: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__before_invoke__"  [attr-defined]
discord/ext/commands/core.py:2657: error: "Callable[..., Coroutine[Any, Any, Any]]" has no attribute "__after_invoke__"  [attr-defined]
discord/ext/commands/hybrid.py:61: error: Overwriting TypedDict field "description" while extending  [misc]
discord/ext/commands/hybrid.py:64: error: Overwriting TypedDict field "with_app_command" while extending  [misc]
discord/ext/commands/hybrid.py:65: error: Overwriting TypedDict field "guild_ids" while extending  [misc]
discord/ext/commands/hybrid.py:66: error: Overwriting TypedDict field "guild_only" while extending  [misc]
discord/ext/commands/hybrid.py:67: error: Overwriting TypedDict field "default_permissions" while extending  [misc]
discord/ext/commands/hybrid.py:68: error: Overwriting TypedDict field "nsfw" while extending  [misc]
discord/ext/commands/hybrid.py:69: error: Overwriting TypedDict field "description" while extending  [misc]
discord/ext/commands/hybrid.py:73: error: Overwriting TypedDict field "description" while extending  [misc]
discord/ext/commands/hybrid.py:112: error: Read-only property cannot override read-write property  [misc]
discord/ext/commands/hybrid.py:232: error: "Callable[..., Any]" has no attribute "__hybrid_command_flag__"  [attr-defined]
discord/ext/commands/hybrid.py:328: error: Item "function" of "def (CogT, Context[Any], /, *Any, **Any) -> Coroutine[Any, Any, T] | def (Context[Any], /, *Any, **Any) -> Coroutine[Any, Any, T]" has no attribute "__signature__"  [union-attr]
discord/ext/commands/hybrid.py:338: error: Item "function" of "def (CogT, Context[Any], /, *Any, **Any) -> Coroutine[Any, Any, T] | def (Context[Any], /, *Any, **Any) -> Coroutine[Any, Any, T]" has no attribute "__signature__"  [union-attr]
discord/ext/commands/hybrid.py:420: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[Interaction[ClientT]], Coroutine[Any, Any, bool]]"; expected "Callable[[Interaction[Client]], Never | Awaitable[Never]]"  [arg-type]
discord/ext/commands/hybrid.py:510: error: Overlap between parameter names and ** TypedDict items: "description", "name"  [misc]
discord/ext/commands/hybrid.py:635: error: Overlap between parameter names and ** TypedDict items: "description", "name"  [misc]
discord/ext/commands/hybrid.py:700: error: Need type annotation for "command"  [var-annotated]
discord/ext/commands/hybrid.py:798: error: Argument 1 of "add_command" is incompatible with supertype "discord.ext.commands.core.GroupMixin"; supertype defines the argument type as "Command[CogT, [VarArg(Any), KwArg(Any)], Any]"  [override]
discord/ext/commands/hybrid.py:798: note: This violates the Liskov substitution principle
discord/ext/commands/hybrid.py:798: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ext/commands/hybrid.py:844: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:844: error: Signature of "command" incompatible with supertype "discord.ext.commands.core.GroupMixin"  [override]
discord/ext/commands/hybrid.py:844: note:      Superclass:
discord/ext/commands/hybrid.py:844: note:          @overload
discord/ext/commands/hybrid.py:844: note:          def command(name: str = ..., *args: Any, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], Command[CogT, P, T]]
discord/ext/commands/hybrid.py:844: note:          @overload
discord/ext/commands/hybrid.py:844: note:          def [CommandT: Command[Any, [VarArg(Any), KwArg(Any)], Any]] command(name: str = ..., cls: type[CommandT] = ..., *args: Any, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ...) -> Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], CommandT]
discord/ext/commands/hybrid.py:844: note:      Subclass:
discord/ext/commands/hybrid.py:844: note:          def command(self, name: str | locale_str = ..., *args: Any, with_app_command: bool = ..., **kwargs: Any) -> Callable[[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]] | Callable[[ContextT, **P2], Coroutine[Any, Any, U]]], HybridCommand[CogT, P2, U]]
discord/ext/commands/hybrid.py:866: error: Incompatible return value type (got "Callable[[Callable[[CogT, ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]] | Callable[[ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]]], Any]", expected "Callable[[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]] | Callable[[ContextT, **P2], Coroutine[Any, Any, U]]], HybridCommand[CogT, P2, U]]")  [return-value]
discord/ext/commands/hybrid.py:868: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:868: error: Signature of "group" incompatible with supertype "discord.ext.commands.core.GroupMixin"  [override]
discord/ext/commands/hybrid.py:868: note:      Superclass:
discord/ext/commands/hybrid.py:868: note:          @overload
discord/ext/commands/hybrid.py:868: note:          def group(name: str = ..., *args: Any, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ..., invoke_without_command: bool = ..., case_insensitive: bool = ...) -> Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], Group[CogT, P, T]]
discord/ext/commands/hybrid.py:868: note:          @overload
discord/ext/commands/hybrid.py:868: note:          def [GroupT: Group[Any, [VarArg(Any), KwArg(Any)], Any]] group(name: str = ..., cls: type[GroupT] = ..., *args: Any, enabled: bool = ..., help: str | None = ..., brief: str | None = ..., usage: str | None = ..., rest_is_raw: bool = ..., aliases: list[str] | tuple[str, ...] = ..., description: str = ..., hidden: bool = ..., checks: list[Callable[[Context[Any]], bool | Coroutine[Any, Any, bool]]] = ..., cooldown: CooldownMapping[Context[Any]] = ..., max_concurrency: MaxConcurrency = ..., require_var_positional: bool = ..., cooldown_after_parsing: bool = ..., ignore_extra: bool = ..., extras: dict[Any, Any] = ..., invoke_without_command: bool = ..., case_insensitive: bool = ...) -> Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], GroupT]
discord/ext/commands/hybrid.py:868: note:      Subclass:
discord/ext/commands/hybrid.py:868: note:          def group(self, name: str | locale_str = ..., *args: Any, with_app_command: bool = ..., **kwargs: Any) -> Callable[[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]] | Callable[[ContextT, **P2], Coroutine[Any, Any, U]]], HybridGroup[CogT, P2, U]]
discord/ext/commands/hybrid.py:890: error: Incompatible return value type (got "Callable[[Callable[[CogT, ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]] | Callable[[ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]]], Any]", expected "Callable[[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]] | Callable[[ContextT, **P2], Coroutine[Any, Any, U]]], HybridGroup[CogT, P2, U]]")  [return-value]
discord/ext/commands/hybrid.py:893: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:942: error: Incompatible return value type (got "Callable[[Callable[[CogT@decorator, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]] | Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]], HybridCommand[CogT@decorator, P, T@decorator]]", expected "Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], HybridCommand[CogT, P, T]]")  [return-value]
discord/ext/commands/hybrid.py:945: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:975: error: Incompatible return value type (got "Callable[[Callable[[CogT@decorator, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]] | Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]], HybridGroup[CogT@decorator, P, T@decorator]]", expected "Callable[[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], HybridGroup[CogT, P, T]]")  [return-value]
discord/ext/commands/help.py:248: error: "FuncT" has no attribute "__help_command_not_overridden__"  [attr-defined]
discord/ext/commands/help.py:309: error: Cannot assign to a method  [method-assign]
discord/ext/commands/help.py:310: error: Cannot assign to a method  [method-assign]
discord/ext/commands/help.py:693: error: Argument "key" to "sort" of "list" has incompatible type "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], Any] | None"; expected "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], SupportsDunderLT[Any] | SupportsDunderGT[Any]]"  [arg-type]
discord/ext/commands/help.py:1085: error: Attribute "paginator" already defined on line 1083  [no-redef]
discord/ext/commands/help.py:1087: error: Extra argument "sort_commands" from **args for "__init__" of "HelpCommand"  [misc]
discord/ext/commands/help.py:1255: error: Return type "Messageable" of "get_destination" incompatible with return type "TextChannel | VoiceChannel | StageChannel | Thread | DMChannel | PartialMessageable | GroupChannel" in supertype "HelpCommand"  [override]
discord/ext/commands/help.py:1264: error: Signature of "prepare_help_command" incompatible with supertype "HelpCommand"  [override]
discord/ext/commands/help.py:1264: note:      Superclass:
discord/ext/commands/help.py:1264: note:          def [BotT: Bot | AutoShardedBot] prepare_help_command(self, Context[BotT], str | None = ..., /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1264: note:      Subclass:
discord/ext/commands/help.py:1264: note:          def [BotT: Bot | AutoShardedBot] prepare_help_command(self, Context[BotT], str | None, /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1288: error: Incompatible types in assignment (expression has type "list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]", variable has type "Iterator[Command[Any, [VarArg(Any), KwArg(Any)], Any]]")  [assignment]
discord/ext/commands/help.py:1288: note: "list" is missing following "Iterator" protocol member:
discord/ext/commands/help.py:1288: note:     __next__
discord/ext/commands/help.py:1289: error: Argument 1 to "add_indented_commands" of "DefaultHelpCommand" has incompatible type "Iterator[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"; expected "Sequence[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"  [arg-type]
discord/ext/commands/help.py:1376: error: Attribute "paginator" already defined on line 1374  [no-redef]
discord/ext/commands/help.py:1378: error: Extra argument "sort_commands" from **args for "__init__" of "HelpCommand"  [misc]
discord/ext/commands/help.py:1520: error: Return type "Messageable" of "get_destination" incompatible with return type "TextChannel | VoiceChannel | StageChannel | Thread | DMChannel | PartialMessageable | GroupChannel" in supertype "HelpCommand"  [override]
discord/ext/commands/help.py:1529: error: Signature of "prepare_help_command" incompatible with supertype "HelpCommand"  [override]
discord/ext/commands/help.py:1529: note:      Superclass:
discord/ext/commands/help.py:1529: note:          def [BotT: Bot | AutoShardedBot] prepare_help_command(self, Context[BotT], str | None = ..., /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1529: note:      Subclass:
discord/ext/commands/help.py:1529: note:          def [BotT: Bot | AutoShardedBot] prepare_help_command(self, Context[BotT], str | None, /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1554: error: Incompatible types in assignment (expression has type "list[Command[Any, [VarArg(Any), KwArg(Any)], Any]]", variable has type "Iterator[Command[Any, [VarArg(Any), KwArg(Any)], Any]]")  [assignment]
discord/ext/commands/help.py:1554: note: "list" is missing following "Iterator" protocol member:
discord/ext/commands/help.py:1554: note:     __next__
discord/ext/commands/help.py:1555: error: Argument 1 to "add_bot_commands_formatting" of "MinimalHelpCommand" has incompatible type "Iterator[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"; expected "Sequence[Command[Any, [VarArg(Any), KwArg(Any)], Any]]"  [arg-type]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "max_messages" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "proxy" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "proxy_auth" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "shard_id" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "shard_count" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "application_id" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "member_cache_flags" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "chunk_guilds_at_startup" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "status" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "activity" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "allowed_mentions" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "heartbeat_timeout" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "guild_ready_timeout" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "assume_unsync_clock" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "enable_debug_events" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "enable_raw_presences" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "http_trace" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "max_ratelimit_timeout" while merging  [misc]
discord/ext/commands/bot.py:96: error: Overwriting TypedDict field "connector" while merging  [misc]
discord/ext/commands/bot.py:289: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/bot.py:311: error: Incompatible return value type (got "Callable[[Callable[[Any, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]] | Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]], Any]", expected "Callable[[Callable[[Any, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], HybridCommand[Any, P, T]]")  [return-value]
discord/ext/commands/bot.py:313: error: Overlap between parameter names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/bot.py:335: error: Incompatible return value type (got "Callable[[Callable[[Any, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]] | Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]], Any]", expected "Callable[[Callable[[Any, ContextT, **P], Coroutine[Any, Any, T]] | Callable[[ContextT, **P], Coroutine[Any, Any, T]]], HybridGroup[Any, P, T]]")  [return-value]
discord/ext/commands/bot.py:886: error: Return value expected  [return-value]
discord/ext/commands/bot.py:1325: error: Incompatible types in assignment (expression has type "str | None", variable has type "list[str] | str")  [assignment]
discord/ext/commands/bot.py:1383: error: Assignment to variable "exc" outside except: block  [misc]
discord/ext/commands/bot.py:1384: error: Trying to read deleted variable "exc"  [misc]
discord/ext/tasks/__init__.py:125: error: Attribute "handle" already defined on line 115  [no-redef]
discord/ext/tasks/__init__.py:213: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:215: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:223: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:225: error: Incompatible types in assignment (expression has type "None", variable has type "datetime")  [assignment]
discord/ext/tasks/__init__.py:226: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:232: error: Unsupported operand types for >= ("datetime" and "None")  [operator]
discord/ext/tasks/__init__.py:243: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:244: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:267: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:302: error: Incompatible types in assignment (expression has type "T", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:305: error: Cannot assign to a method  [method-assign]
discord/ext/tasks/__init__.py:310: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:320: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:330: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:340: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:501: error: Incompatible types in assignment (expression has type "tuple[type, ...]", variable has type "tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]")  [assignment]
discord/ext/tasks/__init__.py:510: error: Incompatible types in assignment (expression has type "tuple[()]", variable has type "tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]")  [assignment]
discord/ext/tasks/__init__.py:526: error: Incompatible types in assignment (expression has type "tuple[type[OSError] | type[GatewayNotFound] | type[ConnectionClosed] | type[ClientError] | type[TimeoutError], ...]", variable has type "tuple[type[OSError], type[GatewayNotFound], type[ConnectionClosed], type[ClientError], type[TimeoutError]]")  [assignment]
discord/ext/tasks/__init__.py:580: error: Incompatible types in assignment (expression has type "FT", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:608: error: Incompatible types in assignment (expression has type "FT", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:782: error: Incompatible types in assignment (expression has type "time | Sequence[time]", variable has type "list[time]")  [assignment]
discord/ext/tasks/__init__.py:791: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:794: error: Argument 1 to "recalculate" of "SleepHandle" has incompatible type "None"; expected "datetime"  [arg-type]
Found 915 errors in 93 files (checked 144 source files)
