Relay

Relay is a self-hostable Discord bot built by Fozmu Studios for communities that have outgrown copy-paste bots. It ships with slash commands, auto-moderation, and a plugin system โ€” and it runs 24/7 without babysitting.

Want it running now?

Follow the Getting Started guide to invite and configure Relay in about five minutes.

Highlights

  • Slash-first โ€” every command is a native Discord slash command.
  • Auto-moderation โ€” spam, raid, and link filters with sane defaults.
  • Plugins โ€” drop a file in plugins/ to add commands and events.
  • Typed config โ€” one relay.config.ts, validated on boot.

Architecture at a glance

PieceResponsibility
GatewayConnects to Discord, dispatches events
RegistryLoads commands and plugins
StorePer-guild settings (SQLite or Postgres)
SchedulerTimed tasks (reminders, cleanups)

Continue to Getting Started.