You will need the following to run Safety Jim
- Rust
- PostgreSQL
Make a copy of config_example.json
called config.json
and fill in anything you need, Jim will create the needed tables in PostgreSQL automatically. To launch Jim, use cargo run --release
. To create an executable file, run cargo build --release
. For the first run --create-slash-commands
flag must be used to initialize slash commands on Discord side.
MIT