A bot to help Pathfinder 2e players and GMs while using Discord
Information for developers and those looking to host this bot locally or in debug mode.
- Rust v1.50.0+ (https://blog.rust-lang.org/2021/02/11/Rust-1.50.0.html)
 - Discord Developer Portal access (https://discord.com/developers/applications)
 - Bot added to discord and a unique token created (https://www.saintlad.com/add-bots-to-discord-server/)
 
- Manage Roles
 - Manage Channels
 - View Channels
 - Send Messages
 - Attach Files
 - Read Message History
 
- Install the pre-requisites listed above
 - Clone the repository
git clone https://github.com/TheCraiggers/Rust-Monster.git - Build the project
cargo build - Run the bot in debug mode
RUST_LOG="debug" DISCORD_TOKEN="<INSERT_DISCORD_TOKEN_HERE>" ./target/debug/rust-monster