> For the complete documentation index, see [llms.txt](https://docs.lindseybot.net/lindsey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lindseybot.net/lindsey/advanced/placeholders.md).

# Placeholders

### Users

These placeholders will replace information about the target user.

| Code            | Example            | Description                                      |
| --------------- | ------------------ | ------------------------------------------------ |
| ${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.

| Code               | Example            | Description           |
| ------------------ | ------------------ | --------------------- |
| ${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.

| Code                 | Example                  | Description                           |
| -------------------- | ------------------------ | ------------------------------------- |
| ${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. |
