Replies: 2 comments 3 replies
-
As far as I know there's no way around this at the moment as Pycharm's type checker can not yet handle quite a few typing features used by discord.py and other modern Python projects. If you'd like to make use of static type checking you can use the pyright/pylance CLI or switch to VS Code to make use of these in editor (make sure to set |
Beta Was this translation helpful? Give feedback.
-
Some alternative "solution": https://stackoverflow.com/questions/76577197/no-context-hint-and-false-unresolved-reference-on-discord-interaction-response |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It shows a warning message and code completion doesn't work. However, the code runs with no problem. How to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions