Skip to content

Samoxive/SafetyJim

Repository files navigation

SafetyJim

A moderation bot for discord communities.

Getting Started

You will need the following to run Safety Jim

  • Rust
  • PostgreSQL

Development

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.

License

MIT