Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 992 Bytes

rust v1.50.0+

Pathfinder Discord Bot

A bot to help Pathfinder 2e players and GMs while using Discord

Developer Information

Information for developers and those looking to host this bot locally or in debug mode.

Pre-requisites

Bot permissions

  • Manage Roles
  • Manage Channels
  • View Channels
  • Send Messages
  • Attach Files
  • Read Message History

Running bot locally

  1. Install the pre-requisites listed above
  2. Clone the repository git clone https://github.com/TheCraiggers/Rust-Monster.git
  3. Build the project cargo build
  4. Run the bot in debug mode RUST_LOG="debug" DISCORD_TOKEN="<INSERT_DISCORD_TOKEN_HERE>" ./target/debug/rust-monster