Payment Token Set as Constants (#804) #691
Annotations
6 errors and 2 warnings
check:
discord/guild.py#L304
Argument of type "Self@UserGuild" cannot be assigned to parameter "guild" of type "Guild" in function "_from_webhook_channel"
"UserGuild" is incompatible with "Guild" (reportGeneralTypeIssues)
|
check:
discord/integrations.py#L119
"Union" is not defined (reportUndefinedVariable)
|
check:
discord/integrations.py#L127
"Union" is not defined (reportUndefinedVariable)
|
check:
discord/message.py#L453
Expression of type "dict[str, Snowflake | bool]" cannot be assigned to declared type "Attachment"
"spoiler" is an undefined field in type "Attachment" (reportGeneralTypeIssues)
|
check
4 errors
|
check
Process completed with exit code 1.
|
check:
discord/profile.py#L250
Unnecessary "# type: ignore" comment
|
check:
discord/ext/commands/bot.py#L1056
Type variable "ContextT" may go unsolved if caller supplies no argument for parameter "cls"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|