i installed the discord_slsash library and so on but when i hover over it in VS code then i get this error
Import "discord_slash" could not be resolvedPylancereportMissingImports
also this when i try to start the bot
Traceback (most recent call last):
File "c:\Users....py", line 5, in <module>
from discord_slash import SlashCommand, SlashContext
ModuleNotFoundError: No module named 'discord_slash'
but when i say pip install discord-py-slash-command and these things it says the req is already satisfied
would be cool if someone could help me with this problem
(pls ping me)