git clone https://github.com/ediziks/discord-GPT3-davinci-bot.git
cd discord-GPT3-davinci-bot
pip3 install -r requirements.txt
nano .env
and create two constants as
GPT3_TOKEN=
DISCORD_TOKEN=
that's all. just need to run now
python3 bot.py
python3 bot.py &
for detached mode to run as a background process