Actions

Actions vs Scripts

What is the difference between an action and a script?

Scripts are code that Atlas can run. They are used in many places and the tags available in them can vary.

Actions are built on top of Scripts. Actions tie a trigger (usually an event on Discord, like someone sending a message) to a script. When the trigger fires, the script runs. The trigger provides context to the script, for example {user} will default to the user who sent the message in Message Create triggers.