discord-quest / discord-quest-bot

Discord bot for the Discord Hackweek.
GNU General Public License v3.0
2 stars 0 forks source link

discord-quest-bot

Discord bot for the Discord Hackweek. You can add it to your server here. This is hosted on a heroku hobby instance.

The only command you'll need is ;play

Support Server

Please join in order to report bugs, seek help with the bot, or just to play. Click here to join!

Running

Requires python 3 and a database.

Copy .env.example to .env and change appropriate variables. If you use a database other than mysql, you may need additional dependencies: See here

It's recommended to create a virtualenv for consistency:

 $ virtualenv .venv
 $ source .venv/bin/activate

 $ pip install -r requirements.txt

Then, to run the bot:

 $ python run.py

Developing

Set up pre-commit hook (for linting):

  $ pip install black
  $ ln ./scripts/pre_commit .git/hooks/pre-commit 

Attribution

Placeholder art:

- Zombie - CharlesGabriel (opengameart.org, CC-BY 3.0)
- Chest - Blarumyrran (opengameart.org, CC 0)
- Tiles - https://opengameart.org/content/lpc-tile-atlas (GPL 3.0)