# Placeholders

{% hint style="info" %}

### **These placeholders only work in the following events/commands**&#x20;

#### Events:

*`BoostMessages`*
{% endhint %}

{% tabs %}
{% tab title="User Placeholders" %}

<table><thead><tr><th width="210">Placeholder</th><th width="198.66666666666663">Return</th><th width="716">Example</th></tr></thead><tbody><tr><td><code>%author%</code></td><td><code>Executer name</code></td><td>Dark-LYNN</td></tr><tr><td><code>%author.id%</code></td><td><code>Executer ID</code></td><td>705306248538488947</td></tr><tr><td><code>%author.mention%</code></td><td><code>Executer Mention</code></td><td>@Dark-LYNN#6568</td></tr><tr><td><code>%author.avatar%</code></td><td><code>Executer Avatar</code></td><td>https://cdn.discordapp.com/avatars/userID/Avatar.webp</td></tr><tr><td><code>%author.banner%</code></td><td><code>Executer Banner</code></td><td>https://cdn.discordapp.com/banners/userID/banner.webp</td></tr></tbody></table>
{% endtab %}

{% tab title="Server Placeholders" %}

<table><thead><tr><th width="225">Placeholder</th><th width="304">Return</th><th width="620">Example</th></tr></thead><tbody><tr><td><code>%role%</code></td><td><code>Executer highest role</code></td><td>Owner</td></tr><tr><td><code>%role.id%</code></td><td><code>Executer highest roleID</code></td><td>928611301775798342</td></tr><tr><td><code>%role.mention%</code></td><td><code>Executer Mention</code></td><td>@owner</td></tr><tr><td><code>%channel%</code></td><td><code>Current Channel Name</code></td><td>┇・announcement-₊˚ଘ﹒</td></tr><tr><td><code>%channel.id%</code></td><td><code>Current Channel ID</code></td><td>1073352696872050788</td></tr><tr><td><code>%channel.mention%</code></td><td><code>Current Channel Mention</code></td><td>#┇・announcement-₊˚ଘ﹒</td></tr><tr><td><code>%boosts%</code></td><td><code>Total amount of boosts</code></td><td>3</td></tr><tr><td><code>%boost.level%</code></td><td><code>Server's booster level</code></td><td>1</td></tr><tr><td><code>%server.icon%</code></td><td><code>Server's icon</code></td><td>https://cdn.discordapp.com/icons/Server/icon.webp</td></tr><tr><td><code>%server.name%</code></td><td><code>Server Name</code></td><td>Akira's playground</td></tr><tr><td><code>%server.banner%</code></td><td><code>Server Banner</code></td><td>https://cdn.discordapp.com/banner/Server/banner.webp</td></tr><tr><td><code>%server.splash%</code></td><td><code>Server Invite Image</code></td><td>https://cdn.discordapp.com/splash/Server/splash.webp</td></tr><tr><td><code>%server.channel%</code></td><td><code>Server's system channel ID</code></td><td>1073352696872050788</td></tr><tr><td><code>%member.count%</code></td><td><code>Amount of members in server</code></td><td>12</td></tr></tbody></table>
{% endtab %}

{% tab title="Time Placeholder" %}

<table><thead><tr><th width="220">Placeholder</th><th width="263.66666666666663">Return</th><th width="208">Example</th></tr></thead><tbody><tr><td><code>%time%</code></td><td><code>Current Time</code></td><td>5:33 AM</td></tr><tr><td><code>%time.ago%</code></td><td><code>time ago</code></td><td>10 secondes ago</td></tr><tr><td><code>%time.stamp%</code></td><td><code>Current Time Stamp in sec</code></td><td>1683130690</td></tr><tr><td><code>%time.mdy%</code></td><td><code>Time in Month/Day/year</code></td><td>may 03 2023</td></tr><tr><td><code>%time.dmy%</code></td><td><code>Time in Day/Month/year</code></td><td>03 may 2023</td></tr><tr><td><code>%time.day%</code></td><td><code>Current Date: Day</code></td><td>03</td></tr><tr><td><code>%time.month%</code></td><td><code>Current Date: Month</code></td><td>may </td></tr><tr><td><code>%time.year%</code></td><td><code>Current Date: Year</code></td><td>2023</td></tr><tr><td><code>%time.week%</code></td><td><code>Current Week Day</code></td><td>Wednesday</td></tr></tbody></table>

{% endtab %}

{% tab title="Other" %}

<table><thead><tr><th width="210">Placeholder</th><th width="198.66666666666663">Return</th><th width="716">Example</th></tr></thead><tbody><tr><td><code>%newline%</code></td><td></td><td>*Gives line break* </td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.lynnux.xyz/other/placeholders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
