Skip to content

Configuration Commands

Declan Chidlow edited this page Aug 27, 2024 · 3 revisions

Commands for setting up and customizing settings.

Filter

Allows for messages to be checked against a word list.

Actions

  • Enable
    Enables message filtering.

    Usage: /filter enable

  • Disable
    Disables message filtering.

    Usage: /filter disable

  • Add
    Adds a word to the filter list. You can alter how strictly it'll be filtered by providing one of three options:

    • Soft - This will only match full words.
      • e.g Filtering 'cat' will not trigger on 'cats'.
    • Hard - This will match even if a word is inside another word.
      • e.g Filtering 'ass` will trigger on 'classic'.
    • Strict - This will remove whitespace and try substitutions.
      • e.g Filtering "sex" will trigger on 's3x' and 'cars exploded'.

    If no strictness is selected, it'll default to hard.

    Usage: /filter add (strictness) [word]

  • Remove
    Removes a word from the filter list.

    Usage: /filter remove [word]

  • List
    AutoMod will directly message you a list of all the filtered words and their strictness.

    Usage: /filter list

  • Message
    Lets you set the message that AutoMod will send if a message is caught by the filter.

    Usage: /filter message [chosen message]

  • Action
    Lets you configure how AutoMod will react if a message is caught by the filter. You can select one of three options:

    • Log - The message will be logged in the mod action log channel.
    • Delete - The message will be deleted and logged.
    • Warn - The message will be deleted, logged, and the user will receive a warn.

    Usage: /filter action [log level]

  • Test
    Lets you check if a message matches the block list.

    Usage: /filter test [word]

Logs

Configure log collection.

Actions

  • Message Update
    Sets a channel to log message updates, such as a message being edited or deleted.

    Usage: /log messageupdate [channel]

  • Mod Action
    Sets a channel to log moderation actions, such as a user being kicked or banned.

    Usage: /log messageupdate [channel]

Moderator

Allow users to moderate other users.

Usage: /moderator [action] (user)

Prefix

Manage AutoMod's prefix. This is useful if you already have a bot in your server bound to the default prefix.

  • Set
    Set a prefix that bot commands should start with.

    Usage: /prefix set [prefix]

  • Get
    Returns the bot's current prefix.

    Usage: /prefix get

  • Clear
    Returns back to the default prefix.

    Usage: /prefix clear

Spam

Enable or disable antispam features. Note that antispam is enabled by default for servers enrolled in Discover as per Revolt's Discover Guidelines.

  • Enable
    Enables antispam measures.

    Usage: /spam enable

  • Disable
    Disables antispam measures.

    Usage: /spam disable

Clone this wiki locally