Skip to content

Automod Actions

Akatsuki2555 edited this page Jul 9, 2024 · 1 revision

Automod Actions

Features

  • Create automod actions for specific rules executing specific actions.
  • Perform tasks when a member triggers an automod rule.

Creating a new Automod action

To create a new automod action setting, run the following command:

/automod_actions add rule_name: action: message_reason:

Parameters

  1. rule_name: The name of the rule to attach this action to.
  2. action: The action to perform
  3. message_reason: The reason to attach to audit log, or if the action is "DM", what DM to send to the member.

Deleting an automod action

To delete an automod action setting, issue the following command:

/automod_actions remove id:
  • id: The ID of the rule to remove

List automod rules

To list the automod rules, use the following command:

/automod_actions list

This will list all automod action settings, along with their ID's, names and actions.