Requires Manage Server permission
Confessions feature

Setting Up Confessions

1

Enable confessions

Use /confess-admin enable to enable the confessions module for your server
2

Set confession channel

Use /confess-admin set-confession-channel channel: to set the channel where confessions will be posted
  • channel: = The channel where confessions will be posted anonymously (leave blank to remove)
/confess-admin set-confession-channel channel: #confessions
3

Set log channel (optional)

Use /confess-admin set-log-channel channel: to set a channel for logging confession activity
  • channel: = The channel for logging (leave blank to remove)
/confess-admin set-log-channel channel: #mod-logs

Using Confessions

1

Submit a confession

Use /confess confession: to submit an anonymous confession
  • confession: = Your confession text
  • replying_to: = Confession ID to reply to (optional)
  • image_url: = URL of an image to include (optional)
/confess confession: "I love this server so much! Everyone is so friendly here."

Managing Confessions

1

Ban users from confessions

Use /confess-admin ban-by-confession-id confession_id: to ban a user who posted a specific confession
  • confession_id: = The ID of the confession to ban the user for
/confess-admin ban-by-confession-id confession_id: 123
2

Unban users from confessions

Use /confess-admin unban-by-confession-id confession_id: to unban a user who posted a specific confession
  • confession_id: = The ID of the confession to unban the user for
/confess-admin unban-by-confession-id confession_id: 123
3

Disable confessions

Use /confess-admin disable to disable the confessions module