Concepts

Scripts

Scripts are short templates that Atlas runs. They combine normal text with tags, instructions in curly braces such as {user.name} or {responder.embed}.

Welcome to the server, {user.name}!

Scripts are used inside actions and in several plugin settings. The action or plugin decides when the script runs and what information it can access. That information is the script's context.

Read Actions vs Scripts for the relationship between them, or Your First Action to use a script in a real action.