Discord bot written in rust
Create a .env
file in the project root:
DISCORD_TOKEN={from Discord gamerboys-bot app}
RUST_LOG=info cargo run
compiles and starts the server.
To actually enable the bot:
- Invite it to the server following these instructions.
- Start the server.
- Commands are currently prefixed with
~
, bot will respond with chat messages. Try~ping
and~multiply
. ~quit
actually shuts down the server so we'll probably need to remove that.