Automatically UwUifies all sent messages on Discord via webhooks
Just download the latest release from the releases tab!
- Install
cargo
andrust
if not already installed - Get the source by any means
cargo build --release
- The binary is in
target/release
.
Just supply the bot token via an environment variable called DISCORD_TOKEN
and run the binary.
The bot needs "Manage Webhooks" permission to function correctly.
Ask questions on Issues and all PRs are welcome.
It's dual-licensed under MIT or Apache-2.0, like most of the Rust ecosystem.