feat!: use the guild data provided on interactions #6124
Annotations
4 errors
|
disnake/interactions/base.py#L282
Argument of type "Mapping[str, Any] | None" cannot be assigned to parameter "data" of type "Guild" in function "__init__"
Type "Mapping[str, Any] | None" cannot be assigned to type "Guild"
"Mapping[str, Any]" is incompatible with "Guild" (reportGeneralTypeIssues)
|
disnake/interactions/base.py#L283
Argument of type "dict[str, int | str]" cannot be assigned to parameter "data" of type "Role" in function "__init__"
"color" is required in "Role"
"hoist" is required in "Role"
"position" is required in "Role"
"permissions" is required in "Role"
"managed" is required in "Role"
"mentionable" is required in "Role"
"flags" is required in "Role" (reportGeneralTypeIssues)
|
|
This job failed
Loading