forked from Galactic/galactic-bot
157 lines
3.8 KiB
Plaintext
157 lines
3.8 KiB
Plaintext
//[A_ARGUMENTNAME_SETTINGNAME_COMMANDNAME]
|
|
|
|
//Command Arguments
|
|
//Note Command
|
|
[A_SILENT_NOTE_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
//Warn Command
|
|
[A_SILENT_WARN_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
[A_POINTS_WARN_DESCRIPTION]
|
|
Assign moderation points to the user.
|
|
|
|
[A_EXPIRATION_WARN_DESCRIPTION]
|
|
Assign a duration for the moderation points to expire.
|
|
|
|
[A_FORCE_WARN_DESCRIPTION]
|
|
Bypasses the moderation point escalation.
|
|
|
|
[A_PRUNE_WARN_DESCRIPTION]
|
|
Removes messages from the user.
|
|
|
|
//Unmute Command
|
|
[A_SILENT_UNMUTE_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
//Mute Command
|
|
[A_SILENT_MUTE_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
[A_POINTS_MUTE_DESCRIPTION]
|
|
Assign moderation points to the user.
|
|
|
|
[A_EXPIRATION_MUTE_DESCRIPTION]
|
|
Assign a duration for the moderation points to expire.
|
|
|
|
[A_FORCE_MUTE_DESCRIPTION]
|
|
Bypasses the moderation point escalation.
|
|
|
|
[A_PRUNE_MUTE_DESCRIPTION]
|
|
Removes messages from the user.
|
|
|
|
//Kick Command
|
|
[A_SILENT_KICK_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
[A_POINTS_KICK_DESCRIPTION]
|
|
Assign moderation points to the user.
|
|
|
|
[A_EXPIRATION_KICK_DESCRIPTION]
|
|
Assign a duration for the moderation points to expire.
|
|
|
|
[A_FORCE_KICK_DESCRIPTION]
|
|
Bypasses the moderation point escalation.
|
|
|
|
[A_PRUNE_KICK_DESCRIPTION]
|
|
Removes messages from the user.
|
|
|
|
//Softban Command
|
|
[A_SILENT_SOFTBAN_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
[A_POINTS_SOFTBAN_DESCRIPTION]
|
|
Assign moderation points to the user.
|
|
|
|
[A_EXPIRATION_SOFTBAN_DESCRIPTION]
|
|
Assign a duration for the moderation points to expire.
|
|
|
|
[A_FORCE_SOFTBAN_DESCRIPTION]
|
|
Bypasses the moderation point escalation.
|
|
|
|
[A_DAYS_SOFTBAN_DESCRIPTION]
|
|
Specify an amount of days to remove messages from.
|
|
|
|
//Ban Command
|
|
[A_SILENT_BAN_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
[A_POINTS_BAN_DESCRIPTION]
|
|
Assign moderation points to the user.
|
|
|
|
[A_EXPIRATION_BAN_DESCRIPTION]
|
|
Assign a duration for the moderation points to expire.
|
|
|
|
[A_FORCE_BAN_DESCRIPTION]
|
|
Bypasses the moderation point escalation.
|
|
|
|
[A_DAYS_BAN_DESCRIPTION]
|
|
Specify an amount of days to remove messages from.
|
|
|
|
//Unban Command
|
|
[A_SILENT_UNBAN_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
//Prune Command... brace yourself.
|
|
[A_USERS_PRUNE_DESCRIPTION]
|
|
Filter messages sent by specified users.
|
|
|
|
[A_BOTS_PRUNE_DESCRIPTION]
|
|
Filter messages sent by bots.
|
|
|
|
[A_TEXT_PRUNE_DESCRIPTION]
|
|
Filter messages containing specified text.
|
|
|
|
[A_STARTSWITH_PRUNE_DESCRIPTION]
|
|
Filter messages starting with specified text.
|
|
|
|
[A_ENDSWITH_PRUNE_DESCRIPTION]
|
|
Filter messages ending with specified text.
|
|
|
|
[A_EMOJIS_PRUNE_DESCRIPTION]
|
|
Filter messages containing emojis.
|
|
|
|
[A_REACTIONS_PRUNE_DESCRIPTION]
|
|
Filter messages containing reactions.
|
|
|
|
[A_IMAGES_PRUNE_DESCRIPTION]
|
|
Filter messages containing images.
|
|
|
|
[A_ATTACHMENTS_PRUNE_DESCRIPTION]
|
|
Filter messages containing any attachment.
|
|
|
|
[A_AFTER_PRUNE_DESCRIPTION]
|
|
Filter messages after a specified message ID.
|
|
|
|
[A_BEFORE_PRUNE_DESCRIPTION]
|
|
Filter messages before a specified message ID.
|
|
|
|
[A_AND_PRUNE_DESCRIPTION]
|
|
Use a logical AND for all checks.
|
|
|
|
[A_NOT_PRUNE_DESCRIPTION]
|
|
Use a logical NOT for all checks.
|
|
|
|
[A_SILENT_PRUNE_DESCRIPTION]
|
|
Deletes the command message and the execution message.
|
|
|
|
//Settings Arguments
|
|
//Mute Setting
|
|
[A_CREATE_MUTE_SETTINGS]
|
|
Create a new muted role instead of using an existing one.
|
|
|
|
[A_TYPE_MUTE_SETTINGS]
|
|
Select a mute type functionality.
|
|
|
|
[A_PERMANENT_MUTE_SETTINGS]
|
|
Determine if you would like to allow permanent mutes if no duration is provided.
|
|
|
|
[A_DEFAULTDURATION_MUTE_SETTINGS]
|
|
Determine the default duration chosen if no duration is provided.
|
|
|
|
[A_TEXT_MUTE_SETTINGS]
|
|
Only creates permissions for text-channels.
|
|
|
|
[A_VOICE_MUTE_SETTINGS]
|
|
Only creates permissions for voice-channels. |