Anonymous confession system for your server
Enable confessions
/confess-admin enable
to enable the confessions module for your serverSet confession channel
/confess-admin set-confession-channel channel:
to set the channel where confessions will be postedchannel:
= The channel where confessions will be posted anonymously (leave blank to remove)Set log channel (optional)
/confess-admin set-log-channel channel:
to set a channel for logging confession activitychannel:
= The channel for logging (leave blank to remove)Submit a confession
/confess confession:
to submit an anonymous confessionconfession:
= Your confession textreplying_to:
= Confession ID to reply to (optional)image_url:
= URL of an image to include (optional)Ban users from confessions
/confess-admin ban-by-confession-id confession_id:
to ban a user who posted a specific confessionconfession_id:
= The ID of the confession to ban the user forUnban users from confessions
/confess-admin unban-by-confession-id confession_id:
to unban a user who posted a specific confessionconfession_id:
= The ID of the confession to unban the user forDisable confessions
/confess-admin disable
to disable the confessions module