Documentation

Use variables in dashboard text fields like titles, descriptions, panel bodies, line rows, welcome messages, leave messages, and application acceptance DMs.

Variables

Type variables with braces, like {guild.name}. Lunaris fills them when that command or message has the matching value.

Server

Works in most text templates.

{server} {guild.name} {guild.id}
Member

Best for welcome and leave messages.

{user} {user.mention} {username} {user.name} {tag} {user.tag} {count}
Applications

Use these in acceptance DM title and body text.

{application} {server} {guild.name} {user} {reviewer} {reason}
Schedule / Start

Use these for event, training, and raid text.

{title} {name} {description} {time} {host} {leader} {coHost} {link} {url} {notes}
Attendance

Use these in schedule plain-message rows.

{attending} {hesitant} {unavailable}
End / Cancel

Use these for ending and cancellation formats.

{attendees} {passed} {failed} {bonusExp} {map} {duration} {screenshot} {id} {type} {moderator}

Examples

Welcome

Welcome {user} to {guild.name}. You are member #{count}.

Scheduled Event

**Host:** {host}
**Time:** {time}
**Link:** {link}

Application Accepted

Your {application} application for {guild.name} was accepted by {reviewer}.