Skip to Content
🎉 Tickety now has applications. Read more →
Placeholders

Placeholders

Welcome to the placeholders documentation! This guide explains how to use dynamic placeholders in your configurations.

General Placeholders

These placeholders can be used across various features to dynamically insert server and member information.

PlaceholderDescription
{currentTime}Current timestamp
{guild.id}Unique identifier of the Discord server
{guild.name}Name of the Discord server
{guild.memberCount}Total number of members in the server
{guild.createdAt}Server creation timestamp in Unix format
{member.id}Unique identifier of the Discord member
{member.displayName}Display name of the member (display name, nickname or username)
{member.username}Username of the member
{member.avatarUrl}The member’s avatar url
{member.joinedAt}Timestamp when the member joined the server
{member.createdAt}Timestamp when the member’s account was created
{member.roles}List of member’s role IDs