We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module: Random Jail Time Assignment
Purpose: This module allows users with specific roles to send someone to jail for a random duration and then moving them back to the VC.
Configuration Values:
jailChannelId
minTime
maxTime
User Interaction:
jail random
Roles Authorized to Use This Module:
The text was updated successfully, but these errors were encountered:
adan-ea
Successfully merging a pull request may close this issue.
Module: Random Jail Time Assignment
Purpose:
This module allows users with specific roles to send someone to jail for a random duration and then moving them back to the VC.
Configuration Values:
jailChannelId
: The ID of the jail channel (must be a VC).minTime
: The minimum time a user can be jailed.maxTime
: The maximum time a user can be jailed.User Interaction:
jail random
: Description: Sends a user to jail for a random duration betweenminTime
andmaxTime
.Roles Authorized to Use This Module:
The text was updated successfully, but these errors were encountered: