Discord bot for community of irl friends. First attempt with rust language.
- Install rust compiler (https://www.rust-lang.org/tools/install)
- Checkout main branch
- execute cargo build release in the root directory in order to build release
- Optionally build cargo build for debug
- Set necessary tokens to .env
- DISCORD_TOKEN is mandatory
- Configure logging to .env (https://rust-lang-nursery.github.io/rust-cookbook/development_tools/debugging/config_log.html)
- run target/release/bazingabot, or target/debug/bazingabot depending on the build type