(Work in Progress)
A discord Bot made with Python to play Chess with others on Discord.
The bot requires Python 3.6 or higher to run
Dependencies are present in the pyproject.toml
file and can be easily installed with poetry
with $ poetry install
Rename bot/orm/db_credentials.example.json
to db_credentials.json
and put in the database credentials for a Postgres database
db = peewee.SqliteDatabase('bot.db')
line at bot/orm/models.py
Rename bot/settings.example.json
to settings.json
and edit in the needed fields
$ python bot.py