This python bot allows users to track new logins and level ups in a video game
Clone the repo:
$ git clone git@github.com:TerenceChe/Tracking-bot.git
$ cd Tracking-botInstall Virtual Env & install dependencies
$ pip install virtualenv
$ py -m venv env
$ .\env\Scripts\activate
$ pip install -r requirements.txtCreate and populate .env
Note: replace {token} with a discord bot token
echo DISCORD_TOKEN = {token} > .envRunning the bot
$ cd bot
$ py bot.pyIf everything was done correctly, the bot should now be running :)