Auto Message Automation
Last updated
Was this helpful?
Last updated
Was this helpful?
Introduction
Auto Message Automation allows you to automatically send messages to a specific Discord channel based on predefined triggers and conditions. This feature is useful for sending scheduled announcements, reminders, welcome messages, or responding to specific events in your server.
Configuration
Start by going to Automations section and click on "Create" button in the right corner.
Set up the trigger "Schedule" and switch mode to "Recurring" to make the automation run repeatedly every hour. In "Expression" setting click on magic wand, where AI generates the time based on your instructions, like "Every hour". Don't forget to pick the correct timezone.
Add a step "Create custom variable" and set it as a "List" in schema type, and "Text" as subtype. In "Value" section create all the possible messages as "Items", that your bot picks to send every hour.
Add a step "Get list item", which enables our bot to select a random item from our list, keeping the content varied. Select the "List" item and choose the "Random" reccuring mode.
Final step is the "Send message". We choose our channel where the bot will do its magic and select the list we created before (Message >Content (click on blue @) >Steps (Object) >Get random quote (Object) >Item (Select)).
Don't forget to Save!