Spooky's documentation
Configuration
Auto Responder

Auto Responder

Documentation on setting up and managing the auto-responder feature for your server.

Auto Responder

The Auto Responder feature allows server administrators to set up automatic responses to specific text triggers. This guide provides detailed instructions on configuring and managing auto-responder settings.

Commands

Setup Auto Responder

/

/auto responder setup

Configure the auto-responder feature for a specific setup.

Configuration

Parameters

[trigger]The trigger text to respond to (up to 50 characters).
[response]The response text (up to 50 characters).
[config_index]The configuration index (1-10) for this setup.
[channel]The channel where the responder will be active; if not provided, applies to all channels.
Parameters:
  • trigger: The trigger text that activates the response (max 50 characters, case-insensitive).
  • response: The message that will be sent in response (max 50 characters).
  • config_index: The configuration index (range: 1-10) for managing multiple setups.
  • channel: The specific channel where the responses should occur (optional).
Example:

Check Auto Responder Status

/

/auto responder status

Show all auto-responder configurations with pagination.

Configuration
Example:
Displays all active auto-responder configurations, including their respective channels, triggers, and responses.

Remove Auto Responder

/

/auto responder remove

Remove an auto-responder configuration.

Configuration

Parameters

[config_index]The configuration index (1-10) to remove.
Parameters:
  • config_index: The index of the auto-responder configuration to remove (1-10).
Example:
Use this command to remove a specific configuration by its index.

Delete All Auto Responders

/

/auto responder delete

Delete all auto-responder configurations.

Configuration
Example:
Warning: This action is irreversible. Ensure you want to delete all configurations before proceeding.

How the Auto Responder Works

  1. Setup: Use /auto responder setup to define trigger phrases and corresponding responses.
  2. Activation: When a user sends a message matching a trigger, the bot replies with the configured response.
  3. Management: Use /auto responder status to check active configurations and /auto responder remove to delete specific entries.

Permissions

  • Bot Permissions: Send Messages
  • User Permissions: Manage Server
Ensure the bot has the necessary permissions in the designated channels to function correctly.

Notes

  • A maximum of 10 configurations can be created per server.
  • Triggers are case-insensitive and limited to 50 characters.
  • Use /auto responder status to view and manage configurations effectively.