Problems launching my discord bot in python

Hello, I tried to host my discord bot that I code in python (which I deploy from github) but I cannot install the discord.py module and make the deployment work correctly.
Voici les erreurs que je j’ai :
ERROR: Invalid requirement: 'python3 pip install discord.py' (from line 2 of requirements.txt)

ERROR: failed to build: exit status 1

exit status 51

Hi @Ace_Pendragon ,

Can you share conent of your requirements.txt file? First few lines should be enough.

discord.py
python3 pip install discord.py
python main.py

I did it a little randomly because I didn’t know how to do it

This doesn’t look like a requirements.txt file. It should only contain list of external dependencies. You can read more about it here.

How do you start this bot?