Discord bot that uses different APIs to return a lot of things.
To start using a bot discord you will need to create a discord user in the Developers Portal.
This will give you a bot token that you will add in a .env file (in json)
Create the json file named .env in the root folder of the project with a content like this :
{
"BOT_TOKEN": "124223546GORJEOFAZPDL24",
"BOT_PREFIX": "$"
}
Then install the requirements.txt with the following command (the best practice here is to create a venv and install requirements in it) :
pip install -r requirements.txt