I made this bot because it was brought to my attention that other discords also had similar bots. Dissatisfied with the other ones, I made yet another one.
- Build the code:
cargo build --bin discord-cat
- Copy
.env.example
totarget/debug/
- Customize
target/debug/.env
and include your Discord token in it, like this:# See https://docs.rs/env_logger RUST_LOG=error DISCORD_TOKEN=AAa0AAa0AAAaAaa... BACKGROUND_CAT_PREFIX=-
- Run the bot:
cargo run -p discord-cat
-
Copy
.env.example
to.env
-
Customize
.env
and include your Discord token in it, like this:# See https://docs.rs/env_logger RUST_LOG=error DISCORD_TOKEN=AAa0AAa0AAAaAaa... BACKGROUND_CAT_PREFIX=-
-
Build the images:
docker-compose build
-
Start the service:
docker-compose start