https://github.com/kab1r/wayne-manager
Renames the channel that Wayne is in to Wayne
https://github.com/kab1r/wayne-manager
discord discord-bot rust serenity-rs wayne
Last synced: 2 months ago
JSON representation
Renames the channel that Wayne is in to Wayne
- Host: GitHub
- URL: https://github.com/kab1r/wayne-manager
- Owner: Kab1r
- License: agpl-3.0
- Created: 2020-04-23T05:24:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T00:58:59.000Z (about 6 years ago)
- Last Synced: 2025-04-25T20:56:57.996Z (about 1 year ago)
- Topics: discord, discord-bot, rust, serenity-rs, wayne
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wayne Manager Discord Bot
The Wayne Manager renames the voice channel that the Wayne User is to Wayne when Wayne joins and changes it back when they leave.
## Environment Variables
These environment variables are required to run the bot.
| Variables | Description | Example |
| ------------- | ----------------------------- | ------------------------------- |
| DISCORD_TOKEN | Secret Token for Discord Bot | 6qrZcUqja7812RVdnEKjpzOL4CvHBFG |
| WAYNE_ID | ID of a Wayne User on Discord | 168376512272269313 |
## Setup & Execution
After installing the [Rust toolchain](https://rustup.rs), run `cargo build` to produce a executable.
Running this executable will start the bot.