0
What modules does Sololearn have?
I tried to run my Discord bot ORION and it, failed, not surprising. But I started to wonder: what modules does Sololearn have to each language?
2 odpowiedzi
+ 2
For Python, there are two types of modules: standard library and non-standard library modules. Discord.py is non-standard library. Python comes with only the standard library included (which is a lot, by the way). If you want to do serious development, use a PC.
0
As Meol said, you'll need to install discord.py via pip or anything else