Fix broken store listing endpoint #564
Annotations
3 errors and 4 warnings
discord/guild.py#L1318
Cannot access member "application_command_counts" for type "Guild"
Member "application_command_counts" is unknown (reportGeneralTypeIssues)
|
discord/types/gateway.py#L38
Import "ApplicationCommandCounts" is not accessed (reportUnusedImport)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
discord/profile.py#L239
Unnecessary "# type: ignore" comment
|
discord/utils.py#L728
Unnecessary "# type: ignore" comment
|
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)
|
This job failed
Loading