Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bb010g/coloratura
A color-management bot for Discord.
https://github.com/bb010g/coloratura
Last synced: 21 days ago
JSON representation
A color-management bot for Discord.
- Host: GitHub
- URL: https://github.com/bb010g/coloratura
- Owner: bb010g
- License: apache-2.0
- Created: 2018-02-19T09:14:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T20:32:33.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T15:12:49.439Z (2 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# coloratura
Coloratura is a color-management bot for Discord built with [Serenity].
It uses [tinycdb] for storage.## Usage
Just `cargo run --release` with your `DISCORD_TOKEN` in the environment (or
`.env`) and go. Data will be stored under `./data/$guild_id/`.[Serenity]: https://github.com/zeyla/serenity
[tinycdb]: https://github.com/andrew-d/tinycdb-rs