Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 2.71 KB

README.md

File metadata and controls

17 lines (16 loc) · 2.71 KB

Custom

A user-friendly Discord bot that simplifies server management, automates tasks, and enhances engagement. Enjoy seamless moderation, level-based rewards, and a straightforward setup process.

Compilation

cargo build --release --features all
./target/release/custom

Feature flags

Everything that is separated by feature flags can be run separately from processes with other features, as long as they are connected to the same MongoDB and Redis databases.

Name Description
all Enables all the feature flags listed below
custom-bots Listens for events on bot accounts set by users
gateway Listens for events on a main account (Gateway connection)
http-interactions Runs HTTP server on port 80 that listen for interactions sent by discord (Receiving interactions)
tasks Runs tasks scheduler (handles actions like removing roles from temporary muted users)