Skip to content

Confessions

ZDiscord edited this page Jun 7, 2026 · 1 revision

Confessions

Anonymous confessions posted to a dedicated Discord channel.

Usage

/confess <message>

Posts the message anonymously to the configured confession channel. Each confession gets a stable numeric handle (e.g. "Confession #12").

Rate limiting

A player can only confess once every 5 minutes (configurable). The cooldown resets after a successful send.

Configuration

channels:
  confessions: ""

confessions:
  color: "#9B59B6"
  cooldown: 300
Key Default Description
channels.confessions "" Discord channel ID for confessions
confessions.color #9B59B6 Embed border colour
confessions.cooldown 300 Seconds between confessions per player

Colour codes

& colour codes in confession messages convert to Discord markdown:

Code Effect
&l Bold
&o Italic
&n Underline
&m Strikethrough

Related

Clone this wiki locally