- Python 3.8 or higher is required
- MYSQL or Sqlite
- Install required packages for the bot:
pip3 install -r requirements.txt
- Go to the discord developer portal and create application.
- Open Terminal and type
git clone https://github.com/Cercvinatori/GameTracker-Pro.git
- Open
config.py
and change bot id, token, database name. - Save
config.py
and run bot.py.