A game bot for the Roycemore Discord server.
This is s a Discord bot for the Roycemore Discord server. It is a game bot made from submitted community bots.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First install pipenv:
pip install pipenv
Now install everything you need from the Pipfile. This will also create a virtual environment.
pipenv sync --dev
Now set up pre-commit
:
pipenv run precommit
Starting the bot:
pipenv run start
Linting:
pipenv run lint
You can use PM2 to deploy it. If you have a better solution, create an issue in the issue tracker.
- Discord.py - Discord API interface
- SQLite3 - Database
- @NinoMaruszewski - Idea & Initial work
- @AlemSnyder - Minesweeper