Simple Utility Bot for Discord written in Crystal and discordcr. See the project wiki for documentation.
Adapt .env.example
to your needs and rename it to .env
. It's gitignored by default.
Run sqlite3 bampersand.sqlite
and enter .read init.sql
, followed by .exit
.
This project is located on Gitea and all commits are mirrored to GitLab and GitHub for discoverability and easier contributions. The issue tracker is exclusively on Gitea.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Please follow the guidelines in CONTRIBUTING.md.