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[_T_co, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:101: error: Cannot assign to a method  [method-assign]
discord/enums.py:101: error: "Tuple[_T_co, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:102: error: Cannot assign to a method  [method-assign]
discord/enums.py:102: error: "Tuple[_T_co, ...]" has no attribute "value"  [attr-defined]
discord/enums.py:103: error: Cannot assign to a method  [method-assign]
discord/enums.py:103: error: "Tuple[_T_co, ...]" 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:960: 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 argument "integral" (default has type "Literal[False]", argument has type "Literal[True]")  [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:209: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:215: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:221: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:237: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/interactions.py:242: 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:47: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:52: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:84: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:89: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:94: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:99: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:104: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:110: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:122: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:130: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:136: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:153: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:166: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:171: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:179: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:185: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:192: error: Overwriting TypedDict field "type" while extending  [misc]
discord/types/components.py:199: 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 "Union[bool, Sequence[Snowflake]]" has no attribute "__iter__" (not iterable)  [union-attr]
discord/mentions.py:131: error: Item "bool" of "Union[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[Union[Any, int]]")  [assignment]
discord/mentions.py:136: error: Incompatible types in assignment (expression has type "List[str]", target has type "List[Union[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:439: error: Argument 1 to "filter" has incompatible type "Callable[[T], Any]"; expected "Callable[[T], TypeGuard[Optional[T]]]"  [arg-type]
discord/utils.py:743: error: "type" has no attribute "__slots__"  [attr-defined]
discord/utils.py:1476: error: Return value expected  [return-value]
discord/utils.py:1483: error: Name "_ActiveDecompressionContext" already defined on line 1459  [no-redef]
discord/stage_instance.py:168: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/player.py:331: error: Argument 1 to "append" of "list" has incompatible type "Union[str, BufferedIOBase]"; expected "str"  [arg-type]
discord/player.py:443: error: Argument 1 to "append" of "list" has incompatible type "Union[str, BufferedIOBase]"; expected "str"  [arg-type]
discord/player.py:807: error: Attribute "loops" already defined on line 729  [no-redef]
discord/player.py:808: error: Attribute "_start" already defined on line 730  [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:192: error: Incompatible types in assignment (expression has type "Union[int, Colour, None]", variable has type "Optional[Colour]")  [assignment]
discord/embeds.py:308: error: Argument 1 of "__eq__" is incompatible with supertype "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 "Optional[List[str]]"  [arg-type]
discord/automod.py:305: error: Argument "regex_patterns" to "AutoModTrigger" has incompatible type "object"; expected "Optional[List[str]]"  [arg-type]
discord/automod.py:306: error: Argument "allow_list" to "AutoModTrigger" has incompatible type "object"; expected "Optional[List[str]]"  [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 "Optional[List[str]]"  [arg-type]
discord/automod.py:315: error: Argument "mention_limit" to "AutoModTrigger" has incompatible type "object"; expected "Optional[int]"  [arg-type]
discord/automod.py:316: error: Argument "mention_raid_protection" to "AutoModTrigger" has incompatible type "object"; expected "Optional[bool]"  [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 "Union[_AutoModerationTriggerMetadataKeyword, _AutoModerationTriggerMetadataKeywordPreset, _AutoModerationTriggerMetadataMentionLimit, Empty, None]"  [arg-type]
discord/automod.py:435: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[Union[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 "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/sku.py:231: error: Incompatible types in assignment (expression has type "Optional[Snowflake]", 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 "Union[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 "Union[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:139: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[str]")  [assignment]
discord/scheduled_event.py:145: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[str]")  [assignment]
discord/scheduled_event.py:146: error: Incompatible types in assignment (expression has type "object", variable has type "int")  [assignment]
discord/scheduled_event.py:150: error: Argument 1 to "store_user" of "ConnectionState" has incompatible type "object"; expected "Union[User, PartialUser]"  [arg-type]
discord/scheduled_event.py:155: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/scheduled_event.py:155: note: Possible overload variants:
discord/scheduled_event.py:155: note:     def parse_time(timestamp: None) -> None
discord/scheduled_event.py:155: note:     def parse_time(timestamp: str) -> datetime
discord/scheduled_event.py:155: note:     def parse_time(timestamp: Optional[str]) -> Optional[datetime]
discord/scheduled_event.py:159: error: Argument 1 to "_unroll_metadata" of "ScheduledEvent" has incompatible type "object"; expected "Optional[EntityMetadata]"  [arg-type]
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 "Optional[str]", 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 "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/partial_emoji.py:100: error: Incompatible types in assignment (expression has type "Optional[int]", base class "_EmojiTag" defined the type as "int")  [assignment]
discord/partial_emoji.py:240: 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 ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:415: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:418: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:420: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:458: error: Unsupported right operand type for in ("Optional[List[str]]")  [operator]
discord/appinfo.py:462: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:464: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:464: error: Item "None" of "Optional[Permissions]" has no attribute "value"  [union-attr]
discord/appinfo.py:466: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:478: error: Unsupported right operand type for in ("Optional[List[str]]")  [operator]
discord/appinfo.py:482: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:484: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/appinfo.py:484: error: Item "None" of "Optional[Permissions]" has no attribute "value"  [union-attr]
discord/appinfo.py:486: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/welcome_screen.py:90: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "Optional[Emoji]")  [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[Union[GuildChannel, Thread]]"  [arg-type]
discord/onboarding.py:365: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[Union[GuildChannel, Thread]]"  [arg-type]
discord/invite.py:402: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[bool]")  [assignment]
discord/invite.py:407: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/invite.py:408: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/invite.py:470: error: Item "Object" of "Union[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:478: error: Incompatible types in assignment (expression has type "Union[str, Emoji, PartialEmoji, None]", variable has type "Optional[PartialEmoji]")  [assignment]
discord/components.py:512: error: Incompatible types in assignment (expression has type "None", variable has type "PartialEmoji")  [assignment]
discord/components.py:1043: error: Incompatible types in assignment (expression has type "Union[str, File, UnfurledMediaItem]", variable has type "UnfurledMediaItem")  [assignment]
discord/components.py:1326: error: List comprehension has incompatible type List[Union[ButtonComponent, SelectMenu, TextInput, LabelComponent, FileUploadComponent, <8 more items>]]; expected List[Union[ActionRow, TextComponent, MediaGalleryComponent, FileComponent, SectionComponent, ContainerComponent, SeparatorComponent, ThumbnailComponent]]  [misc]
discord/components.py:1456: 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 "Union[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 "Union[int, str, None]")  [assignment]
discord/gateway.py:137: error: "__init__" of "Thread" gets multiple values for keyword argument "name"  [misc]
discord/gateway.py:218: error: Incompatible types in assignment (expression has type "DiscordVoiceWebSocket", base class "KeepAliveHandler" defined the type as "DiscordWebSocket")  [assignment]
discord/gateway.py:402: error: Cannot assign to a method  [method-assign]
discord/gateway.py:403: error: Cannot assign to a method  [method-assign]
discord/gateway.py:466: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:470: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:478: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:735: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:738: error: Unsupported target for indexed assignment ("object")  [index]
discord/gateway.py:741: error: Unsupported target for indexed assignment ("object")  [index]
discord/user.py:132: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[str]")  [assignment]
discord/user.py:133: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [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 "Union[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 "Optional[int]")  [assignment]
discord/widget.py:270: error: Incompatible types in assignment (expression has type "WidgetChannel", variable has type "Optional[int]")  [assignment]
discord/widget.py:272: error: Argument "connected_channel" to "WidgetMember" has incompatible type "Optional[int]"; expected "Optional[WidgetChannel]"  [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:155: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/member.py:155: note: Possible overload variants:
discord/member.py:155: note:     def parse_time(timestamp: None) -> None
discord/member.py:155: note:     def parse_time(timestamp: str) -> datetime
discord/member.py:155: note:     def parse_time(timestamp: Optional[str]) -> Optional[datetime]
discord/member.py:329: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[str]")  [assignment]
discord/member.py:439: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[str]")  [assignment]
discord/member.py:443: error: Missing return statement  [return]
discord/member.py:450: error: Missing return statement  [return]
discord/member.py:509: error: Name "status" already defined on line 496  [no-redef]
discord/member.py:509: error: "Callable[[Member], Status]" has no attribute "setter"  [attr-defined]
discord/member.py:664: error: Missing return statement  [return]
discord/integrations.py:200: error: Argument 1 of "_from_data" is incompatible with supertype "Integration"; supertype defines the argument type as "Union[BaseIntegration, StreamIntegration, BotIntegration]"  [override]
discord/integrations.py:200: note: This violates the Liskov substitution principle
discord/integrations.py:200: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/integrations.py:359: error: Argument 1 of "_from_data" is incompatible with supertype "Integration"; supertype defines the argument type as "Union[BaseIntegration, StreamIntegration, BotIntegration]"  [override]
discord/integrations.py:359: note: This violates the Liskov substitution principle
discord/integrations.py:359: 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:449: error: Item "None" of "Optional[PollMedia]" has no attribute "get"  [union-attr]
discord/poll.py:459: error: Argument "question" to "Poll" has incompatible type "Union[str, Any, None]"; expected "Union[PollMedia, str]"  [arg-type]
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:224: error: No overload variant of "int" matches argument type "object"  [call-overload]
discord/app_commands/models.py:224: note: Possible overload variants:
discord/app_commands/models.py:224: note:     def __new__(cls, Union[str, Buffer, SupportsInt, SupportsIndex, SupportsTrunc] = ..., /) -> int
discord/app_commands/models.py:224: note:     def __new__(cls, Union[str, bytes, bytearray], /, base: SupportsIndex) -> int
discord/app_commands/models.py:231: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:237: error: Argument 1 to "_from_value" of "ArrayFlags" has incompatible type "object"; expected "Sequence[int]"  [arg-type]
discord/app_commands/models.py:243: error: Argument 1 to "_from_value" of "ArrayFlags" has incompatible type "object"; expected "Sequence[int]"  [arg-type]
discord/app_commands/models.py:245: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:246: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
discord/app_commands/models.py:247: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
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[Union[_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 "Union[str, int, float]")  [assignment]
discord/app_commands/models.py:894: error: Need type annotation for "tags" (hint: "tags: List[<type>] = ...")  [var-annotated]
discord/app_commands/models.py:926: error: Incompatible return value type (got "Union[Guild, Member, None]", expected "Optional[Member]")  [return-value]
discord/app_commands/models.py:1057: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:1058: error: Incompatible types in assignment (expression has type "object", variable has type "Union[int, float, None]")  [assignment]
discord/app_commands/models.py:1059: error: Incompatible types in assignment (expression has type "object", variable has type "Union[int, float, None]")  [assignment]
discord/app_commands/models.py:1060: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/app_commands/models.py:1061: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/app_commands/models.py:1062: error: Incompatible types in assignment (expression has type "object", variable has type "bool")  [assignment]
discord/app_commands/models.py:1063: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1064: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1065: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
discord/app_commands/models.py:1066: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
discord/app_commands/models.py:1154: error: Incompatible types in assignment (expression has type "Union[AppCommand, AppCommandGroup]", variable has type "AppCommand")  [assignment]
discord/app_commands/models.py:1162: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/app_commands/models.py:1164: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
discord/app_commands/models.py:1165: error: Argument 1 to "_to_locale_dict" has incompatible type "object"; expected "Dict[str, str]"  [arg-type]
discord/app_commands/models.py:1217: error: Incompatible types in assignment (expression has type "AllChannels", variable has type "Union[Member, User, None]")  [assignment]
discord/app_commands/models.py:1219: error: Incompatible types in assignment (expression has type "Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, None]", variable has type "Union[Member, User, None]")  [assignment]
discord/app_commands/models.py:1221: error: Incompatible types in assignment (expression has type "Optional[Role]", variable has type "Union[Member, User, None]")  [assignment]
discord/app_commands/models.py:1225: error: Incompatible types in assignment (expression has type "Object", variable has type "Union[Member, User, None]")  [assignment]
discord/app_commands/models.py:1227: error: Incompatible types in assignment (expression has type "Union[Member, User, None]", variable has type "Union[Object, User, Member, Role, AllChannels, Union[Union[VoiceChannel, StageChannel], ForumChannel, TextChannel, CategoryChannel]]")  [assignment]
discord/threads.py:223: error: Attribute "_flags" already defined on line 194  [no-redef]
discord/threads.py:224: error: Attribute "_applied_tags" already defined on line 196  [no-redef]
discord/threads.py:280: error: Need type annotation for "tags" (hint: "tags: List[<type>] = ...")  [var-annotated]
discord/threads.py:649: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:651: error: Incompatible types in assignment (expression has type "Literal[60, 1440, 4320, 10080]", target has type "str")  [assignment]
discord/threads.py:653: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:655: error: Incompatible types in assignment (expression has type "bool", target has type "str")  [assignment]
discord/threads.py:657: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/threads.py:661: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/threads.py:663: 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 "Optional[str]", 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:468: error: Need type annotation for "all_sounds" (hint: "all_sounds: List[<type>] = ...")  [var-annotated]
discord/state.py:549: error: Incompatible types in assignment (expression has type "Union[Guild, VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, Thread, None]", variable has type "DMChannel")  [assignment]
discord/state.py:556: error: Return value expected  [return-value]
discord/state.py:673: error: Attribute "application_flags" already defined on line 202  [no-redef]
discord/state.py:765: error: Incompatible types in assignment (expression has type "Union[Emoji, PartialEmoji, str]", variable has type "PartialEmoji")  [assignment]
discord/state.py:790: error: Incompatible types in assignment (expression has type "Union[Emoji, PartialEmoji, str]", variable has type "PartialEmoji")  [assignment]
discord/state.py:828: error: Incompatible types in assignment (expression has type "ModalSubmitInteractionData", variable has type "Union[ButtonMessageComponentInteractionData, SelectMessageComponentInteractionData]")  [assignment]
discord/state.py:830: error: TypedDict "ButtonMessageComponentInteractionData" has no key "components"  [typeddict-item]
discord/state.py:830: error: TypedDict "SelectMessageComponentInteractionData" has no key "components"  [typeddict-item]
discord/state.py:832: error: Argument 4 to "dispatch_modal" of "ViewStore" has incompatible type "object"; expected "ResolvedData"  [arg-type]
discord/state.py:871: error: Variable "discord.types.gateway.ChannelDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:871: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:873: error: Value of type gw.ChannelDeleteEvent? is not indexable  [index]
discord/state.py:892: error: Variable "discord.types.gateway.ChannelUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:892: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:893: error: gw.ChannelUpdateEvent? has no attribute "get"  [attr-defined]
discord/state.py:894: error: Value of type gw.ChannelUpdateEvent? is not indexable  [index]
discord/state.py:909: error: Incompatible types in assignment (expression has type "Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, None]", variable has type "Optional[PrivateChannel]")  [assignment]
discord/state.py:919: error: Variable "discord.types.gateway.ChannelCreateEvent" is not valid as a type  [valid-type]
discord/state.py:919: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:920: error: Value of type gw.ChannelCreateEvent? is not indexable  [index]
discord/state.py:922: error: Value of type gw.ChannelCreateEvent? is not indexable  [index]
discord/state.py:944: error: Incompatible types in assignment (expression has type "Union[Guild, VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, Thread, None]", variable has type "Optional[PrivateChannel]")  [assignment]
discord/state.py:1092: error: Incompatible types in assignment (expression has type "Optional[ThreadMember]", variable has type "ThreadMember")  [assignment]
discord/state.py:1252: error: Variable "discord.types.gateway.GuildCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1252: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1253: error: gw.GuildCreateEvent? has no attribute "get"  [attr-defined]
discord/state.py:1257: error: Value of type gw.GuildCreateEvent? is not indexable  [index]
discord/state.py:1316: error: Variable "discord.types.gateway.GuildCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1316: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1317: error: gw.GuildCreateEvent? has no attribute "get"  [attr-defined]
discord/state.py:1338: error: Variable "discord.types.gateway.GuildUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1338: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1339: error: Value of type gw.GuildUpdateEvent? is not indexable  [index]
discord/state.py:1345: error: Value of type gw.GuildUpdateEvent? is not indexable  [index]
discord/state.py:1362: error: Attribute "_messages" already defined on line 313  [no-redef]
discord/state.py:1369: error: Variable "discord.types.gateway.GuildBanAddEvent" is not valid as a type  [valid-type]
discord/state.py:1369: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1375: error: Value of type gw.GuildBanAddEvent? is not indexable  [index]
discord/state.py:1378: error: Value of type gw.GuildBanAddEvent? is not indexable  [index]
discord/state.py:1385: error: Variable "discord.types.gateway.GuildBanRemoveEvent" is not valid as a type  [valid-type]
discord/state.py:1385: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1386: error: Value of type gw.GuildBanRemoveEvent? is not indexable  [index]
discord/state.py:1387: error: gw.GuildBanRemoveEvent? has no attribute "__iter__" (not iterable)  [attr-defined]
discord/state.py:1388: error: Value of type gw.GuildBanRemoveEvent? is not indexable  [index]
discord/state.py:1391: error: Variable "discord.types.gateway.GuildRoleCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1391: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1392: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1394: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1397: error: Value of type gw.GuildRoleCreateEvent? is not indexable  [index]
discord/state.py:1415: error: Variable "discord.types.gateway.GuildRoleUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1415: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1416: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1418: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1426: error: Value of type gw.GuildRoleUpdateEvent? is not indexable  [index]
discord/state.py:1460: error: Variable "discord.types.gateway.IntegrationCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1460: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1461: error: Value of type gw.IntegrationCreateEvent? is not indexable  [index]
discord/state.py:1464: error: Value of type gw.IntegrationCreateEvent? is not indexable  [index]
discord/state.py:1470: error: Variable "discord.types.gateway.IntegrationUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1470: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1471: error: Value of type gw.IntegrationUpdateEvent? is not indexable  [index]
discord/state.py:1474: error: Value of type gw.IntegrationUpdateEvent? is not indexable  [index]
discord/state.py:1502: error: Variable "discord.types.gateway.StageInstanceCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1502: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1503: error: Value of type gw.StageInstanceCreateEvent? is not indexable  [index]
discord/state.py:1509: error: Value of type gw.StageInstanceCreateEvent? is not indexable  [index]
discord/state.py:1511: error: Variable "discord.types.gateway.StageInstanceUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1511: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1512: error: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1514: 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: Value of type gw.StageInstanceUpdateEvent? is not indexable  [index]
discord/state.py:1524: error: Variable "discord.types.gateway.StageInstanceDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1524: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1525: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1528: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1534: error: Value of type gw.StageInstanceDeleteEvent? is not indexable  [index]
discord/state.py:1536: error: Variable "discord.types.gateway.GuildScheduledEventCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1536: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1537: error: Value of type gw.GuildScheduledEventCreateEvent? is not indexable  [index]
discord/state.py:1543: error: Value of type gw.GuildScheduledEventCreateEvent? is not indexable  [index]
discord/state.py:1545: error: Variable "discord.types.gateway.GuildScheduledEventUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1545: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1546: error: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1548: 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: Value of type gw.GuildScheduledEventUpdateEvent? is not indexable  [index]
discord/state.py:1558: error: Variable "discord.types.gateway.GuildScheduledEventDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1558: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1559: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1561: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1564: error: Value of type gw.GuildScheduledEventDeleteEvent? is not indexable  [index]
discord/state.py:1566: error: Variable "discord.types.gateway.GuildScheduledEventUserAdd" is not valid as a type  [valid-type]
discord/state.py:1566: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
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:1571: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1576: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1580: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1583: error: Value of type gw.GuildScheduledEventUserAdd? is not indexable  [index]
discord/state.py:1585: error: Variable "discord.types.gateway.GuildScheduledEventUserRemove" is not valid as a type  [valid-type]
discord/state.py:1585: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
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:1590: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1595: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1599: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1602: error: Value of type gw.GuildScheduledEventUserRemove? is not indexable  [index]
discord/state.py:1604: error: Variable "discord.types.gateway.GuildSoundBoardSoundCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1604: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1614: error: Variable "discord.types.gateway.GuildSoundBoardSoundUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1614: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1619: error: Variable "discord.types.gateway.GuildSoundBoardSoundUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1619: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1623: error: Value of type gw.GuildSoundBoardSoundUpdateEvent? is not indexable  [index]
discord/state.py:1729: error: Variable "discord.types.gateway.EntitlementCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1729: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1733: error: Variable "discord.types.gateway.EntitlementUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1733: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1737: error: Variable "discord.types.gateway.EntitlementDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1737: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1752: error: Incompatible types in assignment (expression has type "Optional[User]", variable has type "Optional[Member]")  [assignment]
discord/state.py:1770: error: Incompatible types in assignment (expression has type "Optional[User]", variable has type "Optional[Member]")  [assignment]
discord/state.py:1777: error: Variable "discord.types.gateway.SubscriptionCreateEvent" is not valid as a type  [valid-type]
discord/state.py:1777: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1781: error: Variable "discord.types.gateway.SubscriptionUpdateEvent" is not valid as a type  [valid-type]
discord/state.py:1781: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1785: error: Variable "discord.types.gateway.SubscriptionDeleteEvent" is not valid as a type  [valid-type]
discord/state.py:1785: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#variables-vs-type-aliases
discord/state.py:1820: error: Missing return statement  [return]
discord/state.py:1836: error: Missing return statement  [return]
discord/state.py:1838: error: Return value expected  [return-value]
discord/shard.py:372: error: Incompatible types in assignment (expression has type "AutoShardedConnectionState[Client]", base class "Client" defined the type as "ConnectionState[AutoShardedClient]")  [assignment]
discord/shard.py:379: error: Extra argument "shard_ids" from **args for "__init__" of "Client"  [misc]
discord/shard.py:389: error: Need type annotation for "__shards" (hint: "__shards: Dict[<type>, <type>] = ...")  [var-annotated]
discord/shard.py:399: error: Return type "AutoShardedConnectionState[Client]" of "_get_state" incompatible with return type "ConnectionState[AutoShardedClient]" in supertype "Client"  [override]
discord/shard.py:515: error: Need type annotation for "__queue"  [var-annotated]
discord/shard.py:631: 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 "Optional[str]")  [assignment]
discord/message.py:713: error: Incompatible return value type (got "Union[ConnectionState[Client], Message, None]", expected "Optional[Message]")  [return-value]
discord/message.py:868: error: "object" has no attribute "items"  [attr-defined]
discord/message.py:1235: error: Missing return statement  [return]
discord/message.py:2223: error: Argument 2 to "_from_value" of "MessageSnapshot" has incompatible type "object"; expected "Optional[List[Dict[Literal['message'], MessageSnapshot]]]"  [arg-type]
discord/message.py:2278: error: Incompatible types in assignment (expression has type "discord.message.MessageReference", variable has type "discord.types.message.MessageReference")  [assignment]
discord/message.py:2285: error: "MessageReference" has no attribute "resolved"  [attr-defined]
discord/message.py:2285: error: Argument 1 to "DeletedReferencedMessage" has incompatible type "discord.types.message.MessageReference"; expected "discord.message.MessageReference"  [arg-type]
discord/message.py:2288: error: "MessageReference" has no attribute "channel_id"  [attr-defined]
discord/message.py:2290: error: "MessageReference" has no attribute "channel_id"  [attr-defined]
discord/message.py:2293: error: Incompatible types in assignment (expression has type "Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, PrivateChannel, PartialMessageable, Thread]", variable has type "Union[Union[TextChannel, VoiceChannel, StageChannel, Thread, DMChannel, PartialMessageable], GroupChannel]")  [assignment]
discord/message.py:2293: error: "MessageReference" has no attribute "guild_id"  [attr-defined]
discord/message.py:2392: error: Return value expected  [return-value]
discord/message.py:2404: error: TypedDict key must be a string literal; expected one of ("author", "channel_id", "content", "guild_id", "id", ...)  [literal-required]
discord/message.py:2490: error: Argument 1 to "append" of "list" has incompatible type "Union[User, Member]"; expected "Member"  [arg-type]
discord/message.py:2559: error: Argument 1 to "_unique" has incompatible type "filter[Hashable]"; expected "Iterable[Union[GuildChannel, Thread]]"  [arg-type]
discord/message.py:2632: error: Missing return statement  [return]
discord/interactions.py:214: error: Incompatible types in assignment (expression has type "object", variable has type "Union[ChatInputApplicationCommandInteractionData, UserApplicationCommandInteractionData, MessageApplicationCommandInteractionData, ButtonMessageComponentInteractionData, SelectMessageComponentInteractionData, ModalSubmitInteractionData, None]")  [assignment]
discord/interactions.py:220: error: "object" has no attribute "__iter__"; maybe "__dir__" or "__str__"? (not iterable)  [attr-defined]
discord/interactions.py:247: error: Need type annotation for "raw_channel"  [var-annotated]
discord/interactions.py:250: error: Incompatible types in assignment (expression has type "Union[Guild, VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel, Thread, None]", variable has type "Union[VoiceChannel, StageChannel, TextChannel, ForumChannel, CategoryChannel, Thread, DMChannel, GroupChannel, None]")  [assignment]
discord/interactions.py:654: error: Need type annotation for "context"  [var-annotated]
discord/interactions.py:744: error: Argument "state" to "InteractionMessage" has incompatible type "_InteractionMessageState"; expected "ConnectionState[Client]"  [arg-type]
discord/interactions.py:789: error: Missing return statement  [return]
discord/interactions.py:1073: error: Incompatible default for argument "delay" (default has type "Optional[float]", argument has type "float")  [assignment]
discord/interactions.py:1182: error: Return value expected  [return-value]
discord/interactions.py:1223: error: Incompatible default for argument "delay" (default has type "Optional[float]", argument has type "float")  [assignment]
discord/interactions.py:1321: error: Name "payload" already defined on line 1317  [no-redef]
discord/interactions.py:1427: error: Incompatible types in assignment (expression has type "_InteractionMessageState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/interactions.py:1429: error: Signature of "edit" incompatible with supertype "Message"  [override]
discord/interactions.py:1429: note:      Superclass:
discord/interactions.py:1429: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., suppress: bool = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/interactions.py:1429: note:      Subclass:
discord/interactions.py:1429: note:          @overload
discord/interactions.py:1429: note:          def edit(self, *, attachments: Sequence[Union[Attachment, File]] = ..., view: LayoutView, allowed_mentions: Optional[AllowedMentions] = ..., delete_after: Optional[float] = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1429: note:          @overload
discord/interactions.py:1429: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., view: Optional[View] = ..., allowed_mentions: Optional[AllowedMentions] = ..., delete_after: Optional[float] = ..., poll: Poll = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1429: error: Signature of "edit" incompatible with supertype "PartialMessage"  [override]
discord/interactions.py:1429: note:      Superclass:
discord/interactions.py:1429: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/interactions.py:1429: note:      Subclass:
discord/interactions.py:1429: note:          @overload
discord/interactions.py:1429: note:          def edit(self, *, attachments: Sequence[Union[Attachment, File]] = ..., view: LayoutView, allowed_mentions: Optional[AllowedMentions] = ..., delete_after: Optional[float] = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1429: note:          @overload
discord/interactions.py:1429: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., view: Optional[View] = ..., allowed_mentions: Optional[AllowedMentions] = ..., delete_after: Optional[float] = ..., poll: Poll = ...) -> Coroutine[Any, Any, InteractionMessage]
discord/interactions.py:1618: error: Incompatible default for argument "delay" (default has type "Optional[float]", argument has type "float")  [assignment]
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 "Optional[MessageReference]", target has type "List[Embed]")  [assignment]
discord/http.py:215: error: Incompatible types in assignment (expression has type "List[Union[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[Any, Any, Any], 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[Union[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:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "str"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Iterable[str]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "float"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[float]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "bool"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[BasicAuth]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[str]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Union[str, Mapping[str, Union[Union[str, int, float], Sequence[Union[str, int, float]]]], Sequence[Tuple[str, Union[Union[str, int, float], Sequence[Union[str, int, float]]]]], None]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[Union[Mapping[str, str], Mapping[istr, str], CIMultiDict[str], CIMultiDictProxy[str], Iterable[Tuple[Union[str, istr], str]]]]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[Union[str, URL]]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Union[SSLContext, bool, Fingerprint]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[bool]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[bytes]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "Optional[SSLContext]"  [arg-type]
discord/http.py:566: error: Argument 2 to "ws_connect" of "ClientSession" has incompatible type "**Dict[str, Union[Dict[str, str], float, int, BasicAuth, str, None]]"; expected "int"  [arg-type]
discord/http.py:799: error: Incompatible types in assignment (expression has type "BasicAuth", target has type "str")  [assignment]
discord/http.py:801: error: Argument 2 to "get" of "ClientSession" has incompatible type "**Dict[str, str]"; expected "bool"  [arg-type]
discord/http.py:1075: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/http.py:1866: error: Incompatible types in assignment (expression has type "Union[str, int]", target has type "int")  [assignment]
discord/http.py:1869: error: Incompatible types in assignment (expression has type "str", target has type "int")  [assignment]
discord/http.py:2574: error: Incompatible types in assignment (expression has type "List[Union[str, int]]", target has type "List[Prompt]")  [assignment]
discord/http.py:2577: error: Incompatible types in assignment (expression has type "bool", target has type "List[Prompt]")  [assignment]
discord/http.py:2580: error: Incompatible types in assignment (expression has type "Literal[0, 1]", target has type "List[Prompt]")  [assignment]
discord/guild.py:243: error: Incompatible types in assignment (expression has type "Optional[int]", variable has type "int")  [assignment]
discord/guild.py:244: error: Incompatible types in assignment (expression has type "Optional[int]", variable has type "int")  [assignment]
discord/guild.py:617: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/guild.py:631: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [assignment]
discord/guild.py:632: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[int]")  [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 "Optional[Member]", variable has type "Member")  [assignment]
discord/guild.py:676: error: Incompatible types in assignment (expression has type "Union[StageInstanceScheduledEvent, VoiceScheduledEvent, ExternalScheduledEvent]", variable has type "StageInstance")  [assignment]
discord/guild.py:677: error: Argument "data" to "ScheduledEvent" has incompatible type "StageInstance"; expected "Union[Union[StageInstanceScheduledEvent, VoiceScheduledEvent, ExternalScheduledEvent], Union[_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 "Optional[str]", target has type "int")  [assignment]
discord/guild.py:1735: error: Incompatible types in assignment (expression has type "Optional[str]", 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 "Union[TextChannel, NewsChannel, VoiceChannel, CategoryChannel, StageChannel, ThreadChannel, ForumChannel, MediaChannel]"; expected "Union[ForumChannel, MediaChannel]"  [arg-type]
discord/guild.py:2727: error: Incompatible types in assignment (expression has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/guild.py:3256: 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:3270: 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:3389: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/guild.py:3400: error: Incompatible types in assignment (expression has type "int", target has type "str")  [assignment]
discord/guild.py:3413: error: Item "None" of "Optional[Snowflake]" has no attribute "id"  [union-attr]
discord/guild.py:3413: error: Incompatible types in assignment (expression has type "Union[int, Any]", target has type "str")  [assignment]
discord/guild.py:3437: error: Incompatible types in assignment (expression has type "Dict[str, str]", target has type "str")  [assignment]
discord/guild.py:3896: error: Incompatible types in assignment (expression has type "int", variable has type "str")  [assignment]
discord/guild.py:3897: error: Argument 1 to "get_role" of "Guild" has incompatible type "str"; expected "int"  [arg-type]
discord/guild.py:3899: error: Incompatible types in assignment (expression has type "Object", variable has type "Optional[Role]")  [assignment]
discord/guild.py:3900: error: Invalid index type "Optional[Role]" for "Dict[Union[Object, Role], int]"; expected type "Union[Object, Role]"  [index]
discord/guild.py:3964: error: Incompatible types in assignment (expression has type "str", target has type "List[WelcomeScreenChannel]")  [assignment]
discord/guild.py:3967: error: Incompatible types in assignment (expression has type "bool", target has type "List[WelcomeScreenChannel]")  [assignment]
discord/guild.py:4310: error: Incompatible types in assignment (expression has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/guild.py:4717: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/guild.py:4717: note: Possible overload variants:
discord/guild.py:4717: note:     def parse_time(timestamp: None) -> None
discord/guild.py:4717: note:     def parse_time(timestamp: str) -> datetime
discord/guild.py:4717: note:     def parse_time(timestamp: Optional[str]) -> Optional[datetime]
discord/guild.py:4728: error: No overload variant of "parse_time" matches argument type "object"  [call-overload]
discord/guild.py:4728: note: Possible overload variants:
discord/guild.py:4728: note:     def parse_time(timestamp: None) -> None
discord/guild.py:4728: note:     def parse_time(timestamp: str) -> datetime
discord/guild.py:4728: note:     def parse_time(timestamp: Optional[str]) -> Optional[datetime]
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:723: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**Dict[str, Optional[int]]"; expected "bool"  [arg-type]
discord/client.py:723: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**Dict[str, Optional[int]]"; expected "Optional[URL]"  [arg-type]
discord/client.py:723: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**Dict[str, Optional[int]]"; expected "Optional[str]"  [arg-type]
discord/client.py:723: error: Argument 2 to "from_client" of "DiscordWebSocket" has incompatible type "**Dict[str, Optional[int]]"; expected "str"  [arg-type]
discord/client.py:731: error: Argument "session" to "update" of "MutableMapping" has incompatible type "Optional[str]"; expected "Optional[int]"  [arg-type]
discord/client.py:733: error: Incompatible types in assignment (expression has type "URL", target has type "Optional[int]")  [assignment]
discord/client.py:756: error: No overload variant of "update" of "MutableMapping" matches argument types "Optional[int]", "Optional[str]", "URL", "bool", "bool"  [call-overload]
discord/client.py:756: note: Possible overload variants:
discord/client.py:756: note:     def update(self, SupportsKeysAndGetItem[str, Optional[int]], /, **kwargs: Optional[int]) -> None
discord/client.py:756: note:     def update(self, Iterable[Tuple[str, Optional[int]]], /, **kwargs: Optional[int]) -> None
discord/client.py:756: note:     def update(self, **kwargs: Optional[int]) -> None
discord/client.py:782: error: No overload variant of "update" of "MutableMapping" matches argument types "Optional[int]", "Optional[str]", "URL", "bool"  [call-overload]
discord/client.py:782: note: Possible overload variants:
discord/client.py:782: note:     def update(self, SupportsKeysAndGetItem[str, Optional[int]], /, **kwargs: Optional[int]) -> None
discord/client.py:782: note:     def update(self, Iterable[Tuple[str, Optional[int]]], /, **kwargs: Optional[int]) -> None
discord/client.py:782: note:     def update(self, **kwargs: Optional[int]) -> None
discord/client.py:1058: error: Missing return statement  [return]
discord/client.py:1887: error: Self argument missing for a non-static method (or an invalid type for self)  [misc]
discord/client.py:1897: error: Self argument missing for a non-static method (or an invalid type for self)  [misc]
discord/client.py:2122: error: Property "status" defined in "Member" is read-only  [misc]
discord/client.py:2232: error: Incompatible types in assignment (expression has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/client.py:2925: error: Incompatible types in assignment (expression has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/client.py:2925: error: Incompatible types in assignment (expression has type "Optional[Snowflake]", 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:374: error: Argument 2 of "_update" is incompatible with supertype "GuildChannel"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/channel.py:374: note: This violates the Liskov substitution principle
discord/channel.py:374: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:385: error: Attribute "_type" already defined on line 359  [no-redef]
discord/channel.py:393: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:393: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:393: note:      Superclass:
discord/channel.py:393: note:          ChannelType
discord/channel.py:393: note:      Subclass:
discord/channel.py:393: note:          Literal[ChannelType.text, ChannelType.news]
discord/channel.py:483: error: Missing return statement  [return]
discord/channel.py:843: error: Function does not return a value (it only ever returns None)  [func-returns-value]
discord/channel.py:1098: error: Return type "Coroutine[Any, Any, VocalGuildChannel]" of "_get_channel" incompatible with return type "Coroutine[Any, Any, Union[Union[TextChannel, VoiceChannel, StageChannel, Thread, DMChannel, PartialMessageable], GroupChannel]]" in supertype "Messageable"  [override]
discord/channel.py:1107: error: Argument 2 of "_update" is incompatible with supertype "GuildChannel"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/channel.py:1107: note: This violates the Liskov substitution principle
discord/channel.py:1107: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:1546: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:1546: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:1546: note:      Superclass:
discord/channel.py:1546: note:          ChannelType
discord/channel.py:1546: note:      Subclass:
discord/channel.py:1546: note:          Literal[ChannelType.voice]
discord/channel.py:1575: error: Missing return statement  [return]
discord/channel.py:1770: error: Argument 2 of "_update" is incompatible with supertype "VocalGuildChannel"; supertype defines the argument type as "Union[VoiceChannel, StageChannel]"  [override]
discord/channel.py:1770: note: This violates the Liskov substitution principle
discord/channel.py:1770: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:1770: error: Argument 2 of "_update" is incompatible with supertype "GuildChannel"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/channel.py:1813: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:1813: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:1813: note:      Superclass:
discord/channel.py:1813: note:          ChannelType
discord/channel.py:1813: note:      Subclass:
discord/channel.py:1813: note:          Literal[ChannelType.stage_voice]
discord/channel.py:1937: error: Missing return statement  [return]
discord/channel.py:2065: error: Argument 2 of "_update" is incompatible with supertype "GuildChannel"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/channel.py:2065: note: This violates the Liskov substitution principle
discord/channel.py:2065: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:2082: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:2082: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:2082: note:      Superclass:
discord/channel.py:2082: note:          ChannelType
discord/channel.py:2082: note:      Subclass:
discord/channel.py:2082: note:          Literal[ChannelType.category]
discord/channel.py:2117: error: Missing return statement  [return]
discord/channel.py:2195: error: Incompatible return value type (got "List[Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel]]", expected "List[TextChannel]")  [return-value]
discord/channel.py:2202: error: Incompatible return value type (got "List[Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel]]", expected "List[VoiceChannel]")  [return-value]
discord/channel.py:2212: error: Incompatible return value type (got "List[Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel]]", expected "List[StageChannel]")  [return-value]
discord/channel.py:2222: error: Incompatible return value type (got "List[Union[VoiceChannel, StageChannel, ForumChannel, TextChannel, CategoryChannel]]", expected "List[ForumChannel]")  [return-value]
discord/channel.py:2478: error: Argument 2 of "_update" is incompatible with supertype "GuildChannel"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/channel.py:2478: note: This violates the Liskov substitution principle
discord/channel.py:2478: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/channel.py:2512: error: Cannot override writeable attribute with read-only property  [override]
discord/channel.py:2512: error: Signature of "type" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:2512: note:      Superclass:
discord/channel.py:2512: note:          ChannelType
discord/channel.py:2512: note:      Subclass:
discord/channel.py:2512: note:          Literal[ChannelType.forum, ChannelType.media]
discord/channel.py:2619: error: Signature of "clone" incompatible with supertype "GuildChannel"  [override]
discord/channel.py:2619: note:      Superclass:
discord/channel.py:2619: note:          def clone(self, *, name: Optional[str] = ..., category: Optional[CategoryChannel] = ..., reason: Optional[str] = ...) -> Coroutine[Any, Any, ForumChannel]
discord/channel.py:2619: note:      Subclass:
discord/channel.py:2619: note:          def clone(self, *, name: Optional[str] = ..., category: Optional[CategoryChannel], reason: Optional[str] = ...) -> Coroutine[Any, Any, ForumChannel]
discord/channel.py:2637: error: Incompatible types in assignment (expression has type "Dict[str, Any]", target has type "Union[List[Dict[str, Any]], int, str, None]")  [assignment]
discord/channel.py:2677: error: Missing return statement  [return]
discord/channel.py:3014: error: Name "sticker_ids" already defined on line 3012  [no-redef]
discord/channel.py:3036: error: Incompatible types in assignment (expression has type "List[str]", target has type "Union[str, int, None]")  [assignment]
discord/channel.py:3528: 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 "Optional[Role]")  [assignment]
discord/audit_logs.py:765: error: Incompatible types in assignment (expression has type "Optional[int]", variable has type "int")  [assignment]
discord/audit_logs.py:789: error: Incompatible types in assignment (expression has type "Object", variable has type "Optional[Role]")  [assignment]
discord/audit_logs.py:952: error: Incompatible types in assignment (expression has type "Object", variable has type "Optional[AppCommand]")  [assignment]
discord/audit_logs.py:954: error: Incompatible return value type (got "Optional[AppCommand]", expected "Union[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 "Optional[Member]", variable has type "Optional[Role]")  [assignment]
discord/abc.py:694: error: Incompatible return value type (got "Dict[Optional[Role], PermissionOverwrite]", expected "Dict[Union[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]
venv/lib/python3.8/site-packages/mypy/typeshed/stdlib/typing.pyi:960: note: "update" of "TypedDict" defined here
discord/abc.py:1269: error: Unexpected keyword argument "lock_permissions" for "update" of "TypedDict"  [call-arg]
venv/lib/python3.8/site-packages/mypy/typeshed/stdlib/typing.pyi:960: note: "update" of "TypedDict" defined here
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 "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'after'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'around'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/abc.py:2039: error: Incompatible types in assignment (expression has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'before'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]", variable has type "Callable[[Arg(int, 'retrieve'), Arg(Optional[Snowflake], 'around'), Arg(Optional[int], 'limit')], Coroutine[Any, Any, Any]]")  [assignment]
discord/abc.py:2039: error: Incompatible types in assignment (expression has type "Optional[Snowflake]", variable has type "Snowflake")  [assignment]
discord/abc.py:2091: error: Incompatible default for argument "cls" (default has type "Type[VoiceClient]", argument 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 "Lock")  [assignment]
discord/webhook/sync.py:198: error: "Lock" has no attribute "delay_by"  [attr-defined]
discord/webhook/sync.py:408: error: Incompatible types in assignment (expression has type "_WebhookState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/webhook/sync.py:410: error: Signature of "edit" incompatible with supertype "Message"  [override]
discord/webhook/sync.py:410: note:      Superclass:
discord/webhook/sync.py:410: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., suppress: bool = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/webhook/sync.py:410: note:      Subclass:
discord/webhook/sync.py:410: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., allowed_mentions: Optional[AllowedMentions] = ...) -> SyncWebhookMessage
discord/webhook/sync.py:410: error: Signature of "edit" incompatible with supertype "PartialMessage"  [override]
discord/webhook/sync.py:410: note:      Superclass:
discord/webhook/sync.py:410: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/webhook/sync.py:410: note:      Subclass:
discord/webhook/sync.py:410: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., allowed_mentions: Optional[AllowedMentions] = ...) -> SyncWebhookMessage
discord/webhook/sync.py:474: error: Return type "SyncWebhookMessage" of "add_files" incompatible with return type "Coroutine[Any, Any, Message]" in supertype "Message"  [override]
discord/webhook/sync.py:498: error: Return type "SyncWebhookMessage" of "remove_attachments" incompatible with return type "Coroutine[Any, Any, Message]" in supertype "Message"  [override]
discord/webhook/sync.py:522: error: Return type "None" of "delete" incompatible with return type "Coroutine[Any, Any, None]" in supertype "PartialMessage"  [override]
discord/webhook/sync.py:840: error: Incompatible types in assignment (expression has type "int", target has type "Optional[str]")  [assignment]
discord/webhook/sync.py:1090: error: Name "applied_tag_ids" already defined on line 1088  [no-redef]
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:578: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:582: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:584: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:588: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:590: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:594: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:603: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:606: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:610: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:612: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:614: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:629: error: Argument 1 to "append" of "list" has incompatible type "Attachment"; expected "Dict[str, Any]"  [arg-type]
discord/webhook/async_.py:631: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:634: error: Unsupported target for indexed assignment ("Optional[Dict[str, Any]]")  [index]
discord/webhook/async_.py:645: error: Dict entry 1 has incompatible type "str": "BufferedIOBase"; expected "str": "str"  [dict-item]
discord/webhook/async_.py:803: error: Incompatible types in assignment (expression has type "_WebhookState", base class "Message" defined the type as "ConnectionState[Client]")  [assignment]
discord/webhook/async_.py:805: error: Signature of "edit" incompatible with supertype "Message"  [override]
discord/webhook/async_.py:805: note:      Superclass:
discord/webhook/async_.py:805: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., suppress: bool = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/webhook/async_.py:805: note:      Subclass:
discord/webhook/async_.py:805: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., view: Optional[BaseView] = ..., allowed_mentions: Optional[AllowedMentions] = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/webhook/async_.py:805: error: Signature of "edit" incompatible with supertype "PartialMessage"  [override]
discord/webhook/async_.py:805: note:      Superclass:
discord/webhook/async_.py:805: note:          def edit(self, *, content: Optional[str] = ..., embed: Optional[Embed] = ..., embeds: Sequence[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., delete_after: Optional[float] = ..., allowed_mentions: Optional[AllowedMentions] = ..., view: Union[View, LayoutView, None] = ...) -> Coroutine[Any, Any, Message]
discord/webhook/async_.py:805: note:      Subclass:
discord/webhook/async_.py:805: note:          def edit(self, *, content: Optional[str] = ..., embeds: Sequence[Embed] = ..., embed: Optional[Embed] = ..., attachments: Sequence[Union[Attachment, File]] = ..., view: Optional[BaseView] = ..., allowed_mentions: Optional[AllowedMentions] = ...) -> Coroutine[Any, Any, WebhookMessage]
discord/webhook/async_.py:958: error: Incompatible default for argument "delay" (default has type "Optional[float]", argument has type "float")  [assignment]
discord/webhook/async_.py:1013: error: Argument "data" to "PartialWebhookChannel" has incompatible type "object"; expected "PartialChannel"  [arg-type]
discord/webhook/async_.py:1015: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[PartialWebhookChannel]")  [assignment]
discord/webhook/async_.py:1019: error: Argument "data" to "PartialWebhookGuild" has incompatible type "object"; expected "SourceGuild"  [arg-type]
discord/webhook/async_.py:1021: error: Incompatible types in assignment (expression has type "object", variable has type "Optional[PartialWebhookGuild]")  [assignment]
discord/webhook/async_.py:1042: error: Incompatible return value type (got "Union[ConnectionState[Client], _WebhookState, Guild, None]", expected "Optional[Guild]")  [return-value]
discord/webhook/async_.py:1541: error: Incompatible types in assignment (expression has type "int", target has type "Optional[str]")  [assignment]
discord/webhook/async_.py:1600: error: Incompatible types in assignment (expression has type "Optional[Thread]", variable has type "Union[ForumChannel, VoiceChannel, TextChannel, None]")  [assignment]
discord/webhook/async_.py:1876: error: Name "applied_tag_ids" already defined on line 1874  [no-redef]
discord/ui/view.py:121: error: Incompatible types in assignment (expression has type "Button[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:125: error: Incompatible types in assignment (expression has type "BaseSelect[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:129: error: Incompatible types in assignment (expression has type "Section[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:133: error: Incompatible types in assignment (expression has type "TextDisplay[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:137: error: Incompatible types in assignment (expression has type "MediaGallery[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:141: error: Incompatible types in assignment (expression has type "File[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:145: error: Incompatible types in assignment (expression has type "Separator[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:149: error: Incompatible types in assignment (expression has type "Thumbnail[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:153: error: Incompatible types in assignment (expression has type "Container[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:157: error: Incompatible types in assignment (expression has type "Label[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:159: error: Incompatible types in assignment (expression has type "Item[Never]", variable has type "ActionRow[Any]")  [assignment]
discord/ui/view.py:216: error: Incompatible types in assignment (expression has type "List[Item[BaseView]]", variable has type "List[Item[Self]]")  [assignment]
discord/ui/view.py:246: error: Name "item" already defined on line 237  [no-redef]
discord/ui/view.py:246: error: "Callable[[Any, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/view.py:246: error: "Callable[[Any, Interaction[Any], Any], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/view.py:364: error: Incompatible types in assignment (expression has type "Type[LayoutView]", variable has type "Type[View]")  [assignment]
discord/ui/view.py:572: error: Return value expected  [return-value]
discord/ui/view.py:714: error: List comprehension has incompatible type List[Dict[str, Any]]; expected List[Item[Self]]  [misc]
discord/ui/view.py:911: error: "Never" has no attribute "__discord_ui_compiled_template__"  [attr-defined]
discord/ui/select.py:186: error: Invalid index type "Type[Snowflake]" for "Dict[Union[Type[SelectDefaultValue], Type[Object], Type[Role], Type[Member], Type[ClientUser], Type[User], Type[GuildChannel], Type[AppCommandChannel], Type[AppCommandThread], Type[Thread]], SelectDefaultValueType]"; expected type "Union[Type[SelectDefaultValue], Type[Object], Type[Role], Type[Member], Type[ClientUser], Type[User], Type[GuildChannel], Type[AppCommandChannel], Type[AppCommandThread], Type[Thread]]"  [index]
discord/ui/select.py:363: error: Return type "SelectMenu" of "to_component_dict" incompatible with return type "Dict[str, Any]" in supertype "Item"  [override]
discord/ui/select.py:366: error: Argument 1 of "_refresh_component" is incompatible with supertype "Item"; supertype defines the argument type as "Component"  [override]
discord/ui/select.py:366: note: This violates the Liskov substitution principle
discord/ui/select.py:366: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:370: error: Argument 2 of "_handle_submit" is incompatible with supertype "Item"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/ui/select.py:370: note: This violates the Liskov substitution principle
discord/ui/select.py:370: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:385: error: Argument 2 of "_refresh_state" is incompatible with supertype "Item"; supertype defines the argument type as "Dict[str, Any]"  [override]
discord/ui/select.py:385: note: This violates the Liskov substitution principle
discord/ui/select.py:385: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:405: error: Argument 1 of "from_component" is incompatible with supertype "Item"; supertype defines the argument type as "Component"  [override]
discord/ui/select.py:405: note: This violates the Liskov substitution principle
discord/ui/select.py:405: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ui/select.py:493: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:493: note:      Superclass:
discord/ui/select.py:493: note:          List[Union[str, User, Member, Role, AppCommandChannel, AppCommandThread]]
discord/ui/select.py:493: note:      Subclass:
discord/ui/select.py:493: note:          List[str]
discord/ui/select.py:669: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:669: note:      Superclass:
discord/ui/select.py:669: note:          List[Union[str, User, Member, Role, AppCommandChannel, AppCommandThread]]
discord/ui/select.py:669: note:      Subclass:
discord/ui/select.py:669: note:          List[Union[Member, User]]
discord/ui/select.py:777: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:777: note:      Superclass:
discord/ui/select.py:777: note:          List[Union[str, User, Member, Role, AppCommandChannel, AppCommandThread]]
discord/ui/select.py:777: note:      Subclass:
discord/ui/select.py:777: note:          List[Role]
discord/ui/select.py:881: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:881: note:      Superclass:
discord/ui/select.py:881: note:          List[Union[str, User, Member, Role, AppCommandChannel, AppCommandThread]]
discord/ui/select.py:881: note:      Subclass:
discord/ui/select.py:881: note:          List[Union[Member, User, Role]]
discord/ui/select.py:1010: error: Signature of "values" incompatible with supertype "BaseSelect"  [override]
discord/ui/select.py:1010: note:      Superclass:
discord/ui/select.py:1010: note:          List[Union[str, User, Member, Role, AppCommandChannel, AppCommandThread]]
discord/ui/select.py:1010: note:      Subclass:
discord/ui/select.py:1010: note:          List[Union[AppCommandChannel, AppCommandThread]]
discord/ui/select.py:1030: error: Incompatible default for argument "cls" (default has type "Type[Select[Any]]", argument has type "Type[SelectT]")  [assignment]
discord/ui/select.py:1046: error: Incompatible default for argument "cls" (default has type "Type[UserSelect[Any]]", argument has type "Type[UserSelectT]")  [assignment]
discord/ui/select.py:1063: error: Incompatible default for argument "cls" (default has type "Type[RoleSelect[Any]]", argument has type "Type[RoleSelectT]")  [assignment]
discord/ui/select.py:1080: error: Incompatible default for argument "cls" (default has type "Type[ChannelSelect[Any]]", argument has type "Type[ChannelSelectT]")  [assignment]
discord/ui/select.py:1097: error: Incompatible default for argument "cls" (default has type "Type[MentionableSelect[Any]]", argument has type "Type[MentionableSelectT]")  [assignment]
discord/ui/select.py:1113: error: Incompatible default for argument "cls" (default has type "Type[Select[Any]]", argument has type "Type[BaseSelectT]")  [assignment]
discord/ui/select.py:1221: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_type__"  [attr-defined]
discord/ui/select.py:1222: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1232: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1234: error: "Callable[[S, Interaction[Any], BaseSelectT], Coroutine[Any, Any, Any]]" has no attribute "__discord_ui_model_kwargs__"  [attr-defined]
discord/ui/select.py:1250: 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, Optional[int], int]")  [assignment]
discord/app_commands/tree.py:779: error: Incompatible types in assignment (expression has type "Union[Command[Any, Any, Any], Group]", variable has type "ContextMenu")  [assignment]
discord/app_commands/tree.py:784: error: Argument 1 to "__delitem__" of "dict" has incompatible type "Tuple[str, Optional[int], int]"; expected "str"  [arg-type]
discord/app_commands/tree.py:788: error: Incompatible types in assignment (expression has type "str", variable has type "Tuple[str, Optional[int], int]")  [assignment]
discord/app_commands/tree.py:788: error: Incompatible types in assignment (expression has type "Union[Command[Any, Any, Any], Group]", variable has type "ContextMenu")  [assignment]
discord/app_commands/tree.py:793: error: Argument 1 to "__delitem__" of "dict" has incompatible type "Tuple[str, Optional[int], int]"; expected "str"  [arg-type]
discord/app_commands/tree.py:920: error: Incompatible types in assignment (expression has type "Union[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 "Union[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:106: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/transformers.py:107: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/transformers.py:110: error: Argument 1 to "_checked_translate" of "Translator" has incompatible type "Union[str, locale_str]"; expected "locale_str"  [arg-type]
discord/app_commands/transformers.py:115: error: Argument 1 to "_checked_translate" of "Translator" has incompatible type "Union[str, locale_str]"; expected "locale_str"  [arg-type]
discord/app_commands/transformers.py:139: error: Incompatible types in assignment (expression has type "List[Dict[str, Any]]", target has type "Union[str, int]")  [assignment]
discord/app_commands/transformers.py:141: error: Incompatible types in assignment (expression has type "List[int]", target has type "Union[str, int]")  [assignment]
discord/app_commands/transformers.py:149: error: Incompatible types in assignment (expression has type "Union[int, float]", target has type "Union[str, int]")  [assignment]
discord/app_commands/transformers.py:151: error: Incompatible types in assignment (expression has type "Union[int, float]", target has type "Union[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 "Union[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:235: error: Item "function" of "Union[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:235: error: Item "function" of "Union[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:235: error: Item "function" of "Union[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:235: error: Item "function" of "Union[Callable[[GroupT, Interaction[Any], str], Coroutine[Any, Any, List[Choice[Union[str, int, float]]]]], Callable[[Interaction[Any], str], Coroutine[Any, Any, List[Choice[Union[str, int, float]]]]]]" has no attribute "pass_command_binding"  [union-attr]
discord/app_commands/commands.py:369: error: Need type annotation for "cache" (hint: "cache: Dict[<type>, <type>] = ...")  [var-annotated]
discord/app_commands/commands.py:393: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_description__"  [attr-defined]
discord/app_commands/commands.py:402: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_rename__"  [attr-defined]
discord/app_commands/commands.py:409: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_choices__"  [attr-defined]
discord/app_commands/commands.py:416: error: "Callable[..., Any]" has no attribute "__discord_app_commands_param_autocomplete__"  [attr-defined]
discord/app_commands/commands.py:456: error: "F" has no attribute "__discord_app_commands_base_function__"  [attr-defined]
discord/app_commands/commands.py:683: error: Item "function" of "Union[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:684: error: Item "function" of "Union[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:756: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/commands.py:757: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/commands.py:1004: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[Interaction[Client]], Coroutine[Any, Any, bool]]"; expected "Callable[[Interaction[Client]], Union[Never, Awaitable[Never]]]"  [arg-type]
discord/app_commands/commands.py:1287: error: Need type annotation for "context"  [var-annotated]
discord/app_commands/commands.py:1574: error: Incompatible types in assignment (expression has type "str", variable has type "Optional[locale_str]")  [assignment]
discord/app_commands/commands.py:1586: error: Incompatible types in assignment (expression has type "str", variable has type "Optional[locale_str]")  [assignment]
discord/app_commands/commands.py:1727: error: Need type annotation for "name_context"  [var-annotated]
discord/app_commands/commands.py:1728: error: Need type annotation for "description_context"  [var-annotated]
discord/app_commands/commands.py:1926: error: Missing return statement  [return]
discord/app_commands/commands.py:2002: error: Incompatible types in assignment (expression has type "Union[str, locale_str]", variable has type "str")  [assignment]
discord/app_commands/commands.py:2063: error: Incompatible types in assignment (expression has type "Union[str, locale_str]", variable has type "str")  [assignment]
discord/app_commands/commands.py:2477: error: Item "function" of "Union[Callable[[Any, Interaction[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], Member], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], User], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], Message], Coroutine[Any, Any, Any]]]" has no attribute "__discord_app_commands_checks__"  [union-attr]
discord/app_commands/commands.py:2479: error: Item "function" of "Union[Callable[[Any, Interaction[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], Member], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], User], Coroutine[Any, Any, Any]], Callable[[Interaction[Any], Message], Coroutine[Any, Any, Any]]]" has no attribute "__discord_app_commands_checks__"  [union-attr]
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 "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 "Item"  [override]
discord/ui/text_input.py:252: error: Argument 1 of "_refresh_component" is incompatible with supertype "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 "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 "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 "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 "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/media_gallery.py:259: error: Argument 1 of "from_component" is incompatible with supertype "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 "Item"  [override]
discord/ui/label.py:125: error: Argument 1 of "from_component" is incompatible with supertype "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 "Item"  [override]
discord/ui/file_upload.py:175: error: Argument 1 of "_refresh_component" is incompatible with supertype "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 "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 "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 "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 "Item"  [override]
discord/ui/container.py:260: error: Argument 1 of "from_component" is incompatible with supertype "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/button.py:259: error: Argument 1 of "from_component" is incompatible with supertype "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 "Item"  [override]
discord/ui/button.py:287: error: Argument 1 of "_refresh_component" is incompatible with supertype "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 "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 "Optional[Self]")  [assignment]
discord/ui/modal.py:159: error: Signature of "on_error" incompatible with supertype "BaseView"  [override]
discord/ui/modal.py:159: note:      Superclass:
discord/ui/modal.py:159: note:          def on_error(self, Interaction[Client], 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 "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[Union[ModalSubmitActionRowInteractionData, ModalSubmitTextDisplayInteractionData, ModalSubmitLabelInteractionData]], resolved: Dict[ResolveKey, Any]) -> None
discord/ui/modal.py:202: error: Signature of "_scheduled_task" incompatible with supertype "BaseView"  [override]
discord/ui/modal.py:202: note:      Superclass:
discord/ui/modal.py:202: note:          def _scheduled_task(self, item: Item[Any], interaction: Interaction[Client]) -> 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[Union[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 argument "cls" (default has type "Type[Select[Any]]", argument has type "Type[SelectT]")  [assignment]
discord/ui/action_row.py:430: error: Incompatible default for argument "cls" (default has type "Type[UserSelect[Any]]", argument has type "Type[UserSelectT]")  [assignment]
discord/ui/action_row.py:446: error: Incompatible default for argument "cls" (default has type "Type[RoleSelect[Any]]", argument has type "Type[RoleSelectT]")  [assignment]
discord/ui/action_row.py:462: error: Incompatible default for argument "cls" (default has type "Type[ChannelSelect[Any]]", argument has type "Type[ChannelSelectT]")  [assignment]
discord/ui/action_row.py:478: error: Incompatible default for argument "cls" (default has type "Type[MentionableSelect[Any]]", argument has type "Type[MentionableSelectT]")  [assignment]
discord/ui/action_row.py:493: error: Incompatible default for argument "cls" (default has type "Type[Select[Any]]", argument 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 "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, Optional[str]]")  [assignment]
discord/ext/commands/view.py:151: error: Argument 1 to "ExpectedClosingQuoteError" has incompatible type "Optional[str]"; expected "str"  [arg-type]
discord/ext/commands/view.py:162: error: Argument 1 to "ExpectedClosingQuoteError" has incompatible type "Optional[str]"; expected "str"  [arg-type]
discord/ext/commands/converter.py:267: error: Incompatible types in assignment (expression has type "Union[Member, User, None]", variable has type "Optional[Member]")  [assignment]
discord/ext/commands/converter.py:379: error: Incompatible return value type (got "Tuple[Union[Guild, int, None], int, int]", expected "Tuple[Optional[int], int, int]")  [return-value]
discord/ext/commands/converter.py:483: error: Name "result" already defined on line 476  [no-redef]
discord/ext/commands/converter.py:517: error: Name "result" already defined on line 510  [no-redef]
discord/ext/commands/converter.py:1280: error: Argument 2 to "issubclass" has incompatible type "<typing special form>"; expected "_ClassInfo"  [arg-type]
discord/ext/commands/converter.py:1413: 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 "Parameter"  [override]
discord/ext/commands/parameters.py:115: note:      Superclass:
discord/ext/commands/parameters.py:115: note:          def replace(self, *, name: Union[str, Type[_void]] = ..., kind: Union[_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: Union[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:411: error: Return type "Coroutine[Any, Any, Messageable]" of "_get_channel" incompatible with return type "Coroutine[Any, Any, Union[Union[TextChannel, VoiceChannel, StageChannel, Thread, DMChannel, PartialMessageable], GroupChannel]]" in supertype "Messageable"  [override]
discord/ext/commands/context.py:619: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Cog], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:620: error: Argument 1 has incompatible type "Cog"; expected "Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:622: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Group[Any, [VarArg(Any), KwArg(Any)], Any]], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:623: error: Argument 1 has incompatible type "Group[Any, Any, Any]"; expected "Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:625: error: Argument 1 to "wrap_callback" has incompatible type "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], Coroutine[Any, Any, None]]"; expected "Callable[[Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]], Coroutine[Any, Any, None]]"  [arg-type]
discord/ext/commands/context.py:626: error: Argument 1 has incompatible type "Command[Any, Any, Any]"; expected "Mapping[Optional[Cog], List[Command[Any, [VarArg(Any), KwArg(Any)], Any]]]"  [arg-type]
discord/ext/commands/context.py:783: error: Signature of "typing" incompatible with supertype "Messageable"  [override]
discord/ext/commands/context.py:783: note:      Superclass:
discord/ext/commands/context.py:783: note:          def typing(self) -> Typing
discord/ext/commands/context.py:783: note:      Subclass:
discord/ext/commands/context.py:783: note:          def typing(self, *, ephemeral: bool = ...) -> Union[Typing, DeferTyping[BotT]]
discord/ext/commands/context.py:1138: error: No overload variant of "send" of "Webhook" matches argument types "Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]", "bool"  [call-overload]
discord/ext/commands/context.py:1138: note: Possible overload variants:
discord/ext/commands/context.py:1138: 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:1138: 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:1138: 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:1138: 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:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "File"  [arg-type]
discord/ext/commands/context.py:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "Sequence[File]"  [arg-type]
discord/ext/commands/context.py:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "LayoutView"  [arg-type]
discord/ext/commands/context.py:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "bool"  [arg-type]
discord/ext/commands/context.py:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "AllowedMentions"  [arg-type]
discord/ext/commands/context.py:1140: error: Argument 1 to "send_message" of "InteractionResponse" has incompatible type "**Dict[str, Union[bool, str, Any, Embed, Sequence[Embed], File, Sequence[File], AllowedMentions, BaseView, Poll, None]]"; expected "Optional[float]"  [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 "Union[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 "Union[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: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[Client], AppCommandError], Coroutine[Any, Any, None]]" has no attribute "__func__"  [attr-defined]
discord/ext/commands/cog.py:708: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Union[Never, Awaitable[Never]]]"  [arg-type]
discord/ext/commands/cog.py:725: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Union[Never, Awaitable[Never]]]"  [arg-type]
discord/ext/commands/cog.py:745: error: Incompatible types in assignment (expression has type "Union[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:747: error: Argument 1 to "add_command" of "CommandTree" has incompatible type "discord.ext.commands.core.Command[Self, [VarArg(Any), KwArg(Any)], Any]"; expected "Union[discord.app_commands.commands.Command[Any, [VarArg(Any), KwArg(Any)], Any], ContextMenu, Group]"  [arg-type]
discord/ext/commands/cog.py:760: error: Incompatible types in assignment (expression has type "Union[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:761: error: "Command[Self, [VarArg(Any), KwArg(Any)], Any]" has no attribute "_guild_ids"  [attr-defined]
discord/ext/commands/cog.py:778: error: Argument 1 to "maybe_coroutine" has incompatible type "Callable[[], Coroutine[Any, Any, None]]"; expected "Callable[[], Union[Never, Awaitable[Never]]]"  [arg-type]
discord/ext/commands/cooldowns.py:171: error: Return type "Optional[Cooldown]" 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 "Union[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 "Union[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 "Union[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 "Optional[GroupMixin[Any]]")  [assignment]
discord/ext/commands/core.py:500: error: Item "function" of "Union[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 "Union[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 "Optional[str]", 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 "Tuple[Any, ...]", "Type[Command[Any, [VarArg(Any), KwArg(Any)], Any]]", "_CommandDecoratorKwargs", "str"  [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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[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 "Tuple[Any, ...]", "Type[Group[Any, [VarArg(Any), KwArg(Any)], Any]]", "_GroupDecoratorKwargs", "str"  [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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[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 "Type[Group[Any, [VarArg(Any), KwArg(Any)], Any]]", "_GroupDecoratorKwargs", "str"  [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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[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[[Union[Command[Any, [VarArg(Any), KwArg(Any)], Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[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[[Union[Command[Any, [VarArg(Any), KwArg(Any)], Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[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[[Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2380: error: "Callable[[Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[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[[Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]]" has no attribute "predicate"  [attr-defined]
discord/ext/commands/core.py:2455: error: "Callable[[Union[Command[Any, Any, Any], Callable[..., Coroutine[Any, Any, Any]]]], Union[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 "Union[Callable[[CogT, Context[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, T]], Callable[[Context[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, T]]]" has no attribute "__signature__"  [union-attr]
discord/ext/commands/hybrid.py:338: error: Item "function" of "Union[Callable[[CogT, Context[Any], VarArg(Any), KwArg(Any)], Coroutine[Any, Any, T]], Callable[[Context[Any], VarArg(Any), KwArg(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[Client]], Coroutine[Any, Any, bool]]"; expected "Callable[[Interaction[Client]], Union[Never, Awaitable[Never]]]"  [arg-type]
discord/ext/commands/hybrid.py:510: error: Overlap between argument names and ** TypedDict items: "description", "name"  [misc]
discord/ext/commands/hybrid.py:631: error: Overlap between argument names and ** TypedDict items: "description", "name"  [misc]
discord/ext/commands/hybrid.py:696: error: Need type annotation for "command"  [var-annotated]
discord/ext/commands/hybrid.py:790: error: Argument 1 of "add_command" is incompatible with supertype "GroupMixin"; supertype defines the argument type as "Command[CogT, [VarArg(Any), KwArg(Any)], Any]"  [override]
discord/ext/commands/hybrid.py:790: note: This violates the Liskov substitution principle
discord/ext/commands/hybrid.py:790: note: See https://mypy.readthedocs.io/en/stable/common_issues.html#incompatible-overrides
discord/ext/commands/hybrid.py:836: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:836: error: Signature of "command" incompatible with supertype "GroupMixin"  [override]
discord/ext/commands/hybrid.py:836: note:      Superclass:
discord/ext/commands/hybrid.py:836: note:          @overload
discord/ext/commands/hybrid.py:836: note:          def command(name: str = ..., *args: Any, enabled: bool = ..., help: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]], Callable[[ContextT, **P], Coroutine[Any, Any, T]]]], Command[CogT, P, T]]
discord/ext/commands/hybrid.py:836: note:          @overload
discord/ext/commands/hybrid.py:836: note:          def [CommandT: Command[Any, [VarArg(Any), KwArg(Any)], Any]] command(name: str = ..., cls: Type[CommandT] = ..., *args: Any, enabled: bool = ..., help: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]], Callable[[ContextT, **P], Coroutine[Any, Any, T]]]], CommandT]
discord/ext/commands/hybrid.py:836: note:      Subclass:
discord/ext/commands/hybrid.py:836: note:          def command(self, name: Union[str, locale_str] = ..., *args: Any, with_app_command: bool = ..., **kwargs: Any) -> Callable[[Union[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]], Callable[[ContextT, **P2], Coroutine[Any, Any, U]]]], HybridCommand[CogT, P2, U]]
discord/ext/commands/hybrid.py:858: error: Incompatible return value type (got "Callable[[Union[Callable[[CogT, ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]], Callable[[ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]]]], Any]", expected "Callable[[Union[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:860: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:860: error: Signature of "group" incompatible with supertype "GroupMixin"  [override]
discord/ext/commands/hybrid.py:860: note:      Superclass:
discord/ext/commands/hybrid.py:860: note:          @overload
discord/ext/commands/hybrid.py:860: note:          def group(name: str = ..., *args: Any, enabled: bool = ..., help: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]], Callable[[ContextT, **P], Coroutine[Any, Any, T]]]], Group[CogT, P, T]]
discord/ext/commands/hybrid.py:860: note:          @overload
discord/ext/commands/hybrid.py:860: note:          def [GroupT: Group[Any, [VarArg(Any), KwArg(Any)], Any]] group(name: str = ..., cls: Type[GroupT] = ..., *args: Any, enabled: bool = ..., help: Optional[str] = ..., brief: Optional[str] = ..., usage: Optional[str] = ..., rest_is_raw: bool = ..., aliases: Union[List[str], Tuple[str, ...]] = ..., description: str = ..., hidden: bool = ..., checks: List[Callable[[Context[Any]], Union[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[[Union[Callable[[CogT, ContextT, **P], Coroutine[Any, Any, T]], Callable[[ContextT, **P], Coroutine[Any, Any, T]]]], GroupT]
discord/ext/commands/hybrid.py:860: note:      Subclass:
discord/ext/commands/hybrid.py:860: note:          def group(self, name: Union[str, locale_str] = ..., *args: Any, with_app_command: bool = ..., **kwargs: Any) -> Callable[[Union[Callable[[CogT, ContextT, **P2], Coroutine[Any, Any, U]], Callable[[ContextT, **P2], Coroutine[Any, Any, U]]]], HybridGroup[CogT, P2, U]]
discord/ext/commands/hybrid.py:882: error: Incompatible return value type (got "Callable[[Union[Callable[[CogT, ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]], Callable[[ContextT@decorator, **P2], Coroutine[Any, Any, U@decorator]]]], Any]", expected "Callable[[Union[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:885: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:934: error: Incompatible return value type (got "Callable[[Union[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[[Union[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:937: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/hybrid.py:967: error: Incompatible return value type (got "Callable[[Union[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[[Union[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 "Optional[Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], Any]]"; expected "Callable[[Command[Any, [VarArg(Any), KwArg(Any)], Any]], Union[SupportsDunderLT[Any], SupportsDunderGT[Any]]]"  [arg-type]
discord/ext/commands/help.py:1003: error: Argument 2 has incompatible type "Optional[Command[None, [VarArg(Any), KwArg(Any)], Any]]"; expected "Command[Any, [VarArg(Any), KwArg(Any)], Any]"  [arg-type]
discord/ext/commands/help.py:1007: error: Argument 2 has incompatible type "Optional[Command[None, [VarArg(Any), KwArg(Any)], Any]]"; expected "Command[Any, [VarArg(Any), KwArg(Any)], Any]"  [arg-type]
discord/ext/commands/help.py:1014: error: Argument 1 to "send_command_help" of "HelpCommand" has incompatible type "Optional[Command[None, [VarArg(Any), KwArg(Any)], Any]]"; expected "Command[Any, [VarArg(Any), KwArg(Any)], 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 "Union[Union[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: Union[Bot, AutoShardedBot]] prepare_help_command(self, Context[BotT], Optional[str] = ..., /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1264: note:      Subclass:
discord/ext/commands/help.py:1264: note:          def [BotT: Union[Bot, AutoShardedBot]] prepare_help_command(self, Context[BotT], Optional[str], /) -> 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 "Union[Union[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: Union[Bot, AutoShardedBot]] prepare_help_command(self, Context[BotT], Optional[str] = ..., /) -> Coroutine[Any, Any, None]
discord/ext/commands/help.py:1529: note:      Subclass:
discord/ext/commands/help.py:1529: note:          def [BotT: Union[Bot, AutoShardedBot]] prepare_help_command(self, Context[BotT], Optional[str], /) -> 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:97: error: Overwriting TypedDict field "max_messages" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "proxy" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "proxy_auth" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "shard_id" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "shard_count" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "application_id" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "member_cache_flags" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "chunk_guilds_at_startup" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "status" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "activity" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "allowed_mentions" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "heartbeat_timeout" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "guild_ready_timeout" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "assume_unsync_clock" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "enable_debug_events" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "enable_raw_presences" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "http_trace" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "max_ratelimit_timeout" while merging  [misc]
discord/ext/commands/bot.py:97: error: Overwriting TypedDict field "connector" while merging  [misc]
discord/ext/commands/bot.py:290: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/bot.py:312: error: Incompatible return value type (got "Callable[[Union[Callable[[Any, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]], Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]]], Any]", expected "Callable[[Union[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:314: error: Overlap between argument names and ** TypedDict items: "name", "with_app_command"  [misc]
discord/ext/commands/bot.py:336: error: Incompatible return value type (got "Callable[[Union[Callable[[Any, ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]], Callable[[ContextT@decorator, **P], Coroutine[Any, Any, T@decorator]]]], Any]", expected "Callable[[Union[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:887: error: Return value expected  [return-value]
discord/ext/commands/bot.py:1326: error: Incompatible types in assignment (expression has type "Optional[str]", variable has type "Union[List[str], str]")  [assignment]
discord/ext/commands/bot.py:1326: error: Argument 1 to "find" has incompatible type "Callable[[str], bool]"; expected "Callable[[Union[List[str], str]], Any]"  [arg-type]
discord/ext/commands/bot.py:1384: error: Assignment to variable "exc" outside except: block  [misc]
discord/ext/commands/bot.py:1385: error: Trying to read deleted variable "exc"  [misc]
discord/ext/tasks/__init__.py:124: error: Attribute "handle" already defined on line 114  [no-redef]
discord/ext/tasks/__init__.py:212: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:214: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:222: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:224: error: Incompatible types in assignment (expression has type "None", variable has type "datetime")  [assignment]
discord/ext/tasks/__init__.py:225: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:231: error: Unsupported operand types for >= ("datetime" and "None")  [operator]
discord/ext/tasks/__init__.py:242: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:243: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:266: error: Argument 1 to "_try_sleep_until" of "Loop" has incompatible type "None"; expected "datetime"  [arg-type]
discord/ext/tasks/__init__.py:301: error: Incompatible types in assignment (expression has type "T", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:304: error: Cannot assign to a method  [method-assign]
discord/ext/tasks/__init__.py:309: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:319: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:329: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:339: error: Missing return statement  [return]
discord/ext/tasks/__init__.py:500: 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:509: 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:525: error: Incompatible types in assignment (expression has type "Tuple[Union[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:579: error: Incompatible types in assignment (expression has type "FT", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:607: error: Incompatible types in assignment (expression has type "FT", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:774: error: Incompatible types in assignment (expression has type "datetime", variable has type "None")  [assignment]
discord/ext/tasks/__init__.py:777: error: Argument 1 to "recalculate" of "SleepHandle" has incompatible type "None"; expected "datetime"  [arg-type]
Found 941 errors in 91 files (checked 142 source files)
