Jail saves and removes every member role Appear can manage, assigns the jail role, limits the member to the jail channel, and records a moderation case. Releasing the member restores the saved roles that Appear is still able to manage.
jail disable releases jailed members but leaves the role and channel in place. jail reset releases members and then deletes the jail role and channel. Use reset only when you intend to tear the system down.
moderation
,jail enable
Sets up jail for the server. Creates a `jailed` role and a `jail` channel if they do not exist, then updates every channel so jailed members can only see and talk in the jail channel. Reuses existing ones if you already have them.
Jails a member: saves and strips the roles the bot is able to manage, gives them the jail role so they can only use the jail channel, and files a moderation case with the reason. Requires jail to be set up with `jail enable` first.
Turns jail off and releases everyone currently jailed, giving each of them the roles they had before being jailed. Unlike `jail reset`, the jail role and channel are left in place so you can turn jail back on later.
Tears jail down completely: releases everyone currently jailed and gives them their old roles back, then deletes the jail role and jail channel. Use `jail disable` instead if you want to keep the jail role and channel for later.