I have finished making my code and wanted to host it but i get this error in terminal
File "bot.py", line 1, in <module>
import discord
ModuleNotFoundError: No module named 'discord'```
I have finished making my code and wanted to host it but i get this error in terminal
File "bot.py", line 1, in <module>
import discord
ModuleNotFoundError: No module named 'discord'```
Does your project have a requirements.txt
? You need install your dependencies into the Glitch container in order to use them.