-1

The weirdest thing is that ide autocomplete work on both Member and User. But "Unresolved attribute reference" error showing only with User. Why it's work this way and how to make Member to show this error too?

PyCharm 2022.1.1 (Community Edition) Python 3.10 Disnake 2.5.1 pycharm screenshot

Pokruk
  • 1
  • 1

1 Answers1

0

The problem was in the pycharm linter, I tried MyPy linter and it works as it should

Pokruk
  • 1
  • 1