Zeppelin Template Values

Reference for variables and functions available in Zeppelin configuration templates.
Based on Zeppelin.

→ How to use templates

VARIABLES

user

Represents a Discord user.
id String
username String
discriminator String
globalName String
mention String
tag String
avatarURL String
bot Boolean
createdAt Number
renderedUsername String

member

Represents a Guild Member. Inherits user.
nick String
joinedAt Number
guildAvatarURL String
guildName String
roles List<Role>

guild

Represents the current server.
id String
name String

role

Properties of role objects.
id String
name String
hexColor String
hoist Boolean
createdAt Number

channel

Represents a channel.
id String
name String
mention String
parentId String

message

Represents a message.
id String
content String
author User
channel Channel

emoji

Represents an emoji.
id String
name String
mention String
animated Boolean

AUTOMOD VARIABLES

Logs Variables

Variables available in log templates.
rule String
user User
users List<User>
actionsTaken String
matchSummary String

Alert Variables

Variables available in alert templates.
rule String
user User
users List<User>
text String
actionsTaken String
matchSummary String
messageLink String
logMessage String