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.
- Log in on Gitea using your favourite platform and fork or fork directly from your favourite platform.
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Please follow the guidelines in CONTRIBUTING.md.
- deing - creator and maintainer