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 pipenvNow install everything you need from the Pipfile. This will also create a virtual environment.
pipenv sync --devNow set up pre-commit:
pipenv run precommitStarting the bot:
pipenv run startLinting:
pipenv run lintYou 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
