py charm ile discord botu yapıyorum.
pip install discord.py
yazdıktan sonra import etmek için
import Discord yazıyorum ancak sonrasında su hatayı alıyorum
import : The term 'import' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, v
erify that the path is correct and try again.
At line:1 char:1
+ import os
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (import:String) [], CommandNotFoundExcep
tion
+ FullyQualifiedErrorId : CommandNotFoundException
```Önceden biçimlendirilmiş yazı
yardımcı olabilirmisiniz ?