Bot name: Emergent_Bot
Install the following:
Run the project by navigating to the root directory in a command prompt,
and then type cargo run.
NOTE: You cannot run the program in IntelliJ IDEA's console, as vindinium::State::pretty_print evokes a panic on the main thread, causing a halt in the program.
Highly suggest running project builds through the MSYS2 environment.
- Install Rust and Cargo as you normally would, but create your project directory and download git through the MSYS shell to emulate a unix environment.
- Install OpenSSL via the MSYS shell. The readme for the process is in the OpenSSL link under Getting Started.
Follow the procedures outlined in the Getting Started links.