OffByOne is a dev-centric Discord bot designed for technical communities, but can apply to more.
It provides moderation tools, VERY basic code assistance, automated maybe manual or both for GitHub repo tracking, and controlled crossposting for approved users.
- Moderation: Kick, mute, ban, word filtering, spam control
- Coding Help: Basic snippet lookup and quick programming help
- Repo Watcher: Auto-post (maybe) new repos (maybe), commits, and releases
- Crossposter: Let approved game server owner users post game server updates
- Role Control: Assign advertising roles (e.g. dev, content creator, game server owner)
- Pluggable Design: Easy to extend with new cogs or backend logic
- SQLite Backend: Lightweight DB with upgrade path to PostgreSQL
- Structured Logging: Built with loguru
- Clone this repo:
Not yet