|
10 months ago | |
---|---|---|
.vscode | 1 year ago | |
spec | 1 year ago | |
src | 10 months ago | |
.env.example | 10 months ago | |
.gitignore | 10 months ago | |
CONTRIBUTING.md | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
default.nix | 10 months ago | |
init.sql | 1 year ago | |
shard.lock | 1 year ago | |
shard.yml | 1 year ago | |
shards.nix | 10 months ago |
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.