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.exampletotarget/debug/ - Customize
target/debug/.envand include your Discord and paste.ee tokens in it, like this:# See https://docs.rs/env_logger RUST_LOG=error DISCORD_TOKEN=AAa0AAa0AAAaAaa... PASTE_EE_TOKEN=aaAAaAa0AaAA0... BACKGROUND_CAT_PREFIX=- - Run the bot:
cargo run -p discord-cat
-
Copy
.env.exampleto.env -
Customize
.envand include your Discord and paste.ee tokens in it, like this:# See https://docs.rs/env_logger RUST_LOG=error DISCORD_TOKEN=AAa0AAa0AAAaAaa... PASTE_EE_TOKEN=aaAAaAa0AaAA0... BACKGROUND_CAT_PREFIX=- -
Build the images:
docker-compose build -
Start the service:
docker-compose start
