Custom Command
FunctionsServer Functions

$deleteAutomod

Deletes an automod rule from the server.

Usage

$deleteAutomod[Rule ID]
  • Rule ID: The ID of the automod rule you want to delete. You can usually find this ID through the Discord interface or another Custom Command that retrieves automod rule information.

Example

$deleteAutomod[123456789]

This command will attempt to delete the automod rule with the ID 123456789.

Function Cooldown

This function has built-in cooldown. Why? Read more about cooldowns here.

  • Cooldown: 1 minute
  • Tracked By: Server
  • Type: automod

Functions with the same type share cooldowns based on the same Tracked By value.

On this page