Guild Message Created trigger

Introduction

Triggers when a message is sent in any of the guild's message channels, useful for interactive responses and chat monitoring.

Configuration

  • Channels: Define the channels for the trigger to monitor.

  • Ignore Channels: Specify channels to exclude from monitoring.

The trigger applies to all channels if both Channels and Ignore Channels are left empty.

Output Variable

  • Message: Contains details of the sent message, including author, content, and attachments. Useful for automated responses, content filtering, or message logging.

Usage

Ideal for auto-moderation, such as detecting specific keywords in messages and taking actions like warnings, message deletion, or moderator alerts.

Troubleshooting

Check the configuration if the trigger isn't working in certain channels. Ensure 'Channels' and 'Ignore Channels' are set up correctly to include or exclude channels.

Last updated