Placeholders

Lindsey supports placeholders in several places, below is a list of all available placeholders and what they are replaced with.

Users

These placeholders will replace information about the target user.

CodeExampleDescription

${User.Name}

Fabricio20

User's name.

${User.Tag}

Fabricio20#5913

User's full tag.

${User.Id}

119482224713269248

User's ID.

${User.Mention}

@Fabricio20

Mentions the user.

${User.Created}

5 years ago

User's account creation date in relative time.

${User.Joined}

1 day ago

User's join date on the guild, in relative time.

Channels

These placeholders will replace information about the target channel.

CodeExampleDescription

${Channel.Name}

general

Name of the channel.

${Channel.Id}

141555945586163712

Id of the channel.

${Channel.Mention}

#general

Mentions the channel.

Guild

These placeholders will replace information about the current guild.

CodeExampleDescription

${Guild.Name}

Lindsey Hangout

The guild's name.

${Guild.Id}

141555945586163712

The guild's ID.

${Guild.Description}

Lindsey's Hangout Server

The guild's description.

${Guild.Created}

5 years ago

Guild creation date in relative time.

Last updated