Discord bot that shows coin charts, coin prices, converts coin pairs and much more
Create a discord bot here, once created, copy the token by clicking on the client secret tab, as shown in the image below.
git clone https://github.com/prodesert22/cryptobot.git
cd cryptobot
python -m venv env
source env/bin/activate
pip install -r requirements.txt
copy and paste config_example.ini
to config.ini
and paste your token in
config_example.ini
[Token]
token=
And run
python bot.py