I've tried so many things to resolve my import such as pip installing it, uninstalling it and reinstalling, upgrading it, and force installing but I still get the same error. I've also tried putting this in my settings.json:
"python.autoComplete.extraPaths": ["./Users/Pc/Downloads/ingcog.py/cogs/music.py"],
from this
Full settings.json:
"python.pythonPath": "C:\\Users\\Toph1\\AppData\\Local\\Programs\\Python\\Python38\\python.exe",
"python.autoComplete.extraPaths": ["./Users/Pc/Downloads/ingcog.py/cogs/music.py"],
}