/discord-uwu-webhook

Forces people with a specific role to talk in uwu-speak

Primary LanguageRustApache License 2.0Apache-2.0

Discord UwU Webhook

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

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. Also, give the uwu role id through another environment variable called ROLE_ID 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.