Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.23 KB

Discord UwU Webhook

standard-readme compliant GitHub issues GitHub forks GitHub stars
Automatically UwUifies all sent messages on Discord via webhooks

Install

Linux (Precompiled)

Just download the latest release from the releases tab!

From source

  1. Install cargo and rust if not already installed
  2. Get the source by any means
  3. cargo build --release
  4. The binary is in target/release.

Usage

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.

Contributing

Ask questions on Issues and all PRs are welcome.

License

It's dual-licensed under MIT or Apache-2.0, like most of the Rust ecosystem.