/goal-tracker-discord-bot

Keep track of all your goals with this discord bot

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Goal Tracker

Will it lint? Crowdin Discord Server Vote Add Goal Tracker to your server GitHub license

Supports Python 3.8 and up

I would prefer if you didn't run your own instance of this bot, and instead just inviting it. This repo is for educational purposes only.

Running

  1. Add your bot token to the config.py file
token = 'YOUR_TOKEN_HERE'
default_prefix = 'gt!'
postgresql = 'postgresql://user:password@host/database'
bot_stat_webhook = ('[webhook_id]', '[webhook_token]')
dev_server = 1234567891324568
  1. Setup venv
python3.8 -m venv venv
  1. Install the pip dependencies
pip install -r requirements.txt

Privacy Policy

No personal information is stored.

Terms of service

Yeah