> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/discord-setup/mention-members.md).

# Mention members

How to mention member in a Discord channel after a purchase?

{% tabs %}
{% tab title="Mention member" %}
You can mention a member in a channel like this example:

`Thank you` [`<@{discord_id}>`](#user-content-fn-1)[^1] `for your donation of {total_paid} {currency}`

<figure><img src="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2F25Oer9wnlblWHacnjlpz%2F134ccd557a7b077b6a95ba27a6df03ee.png?alt=media&amp;token=a46f6510-2669-4552-aae7-ede55c861023" alt=""><figcaption><p>Result on a Discord channel</p></figcaption></figure>
{% endtab %}

{% tab title="Mention role" %}
You can mention all members in a role, usefull if you want to notify all moderators after each purchase:

`Hi staff` [`<@&role_id>`](#user-content-fn-2)[^2]`, {discord_username} bought the VIP rank`

**Example:**

`Hi staff <@&1057661444298133584>, {discord_username} bought the VIP rank`

<figure><img src="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2FrPtktiDQoMRfDBFCBCS6%2F7f16209bacb42fd61e5a2ede522763de.png?alt=media&amp;token=ce3ff085-a260-4920-9ee2-49d3c22ac119" alt=""><figcaption><p>Result on a Discord channel</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Learn more about Discord commands [HERE](https://docs.tip4serv.com/store-setup/server-commands#3.-commands-editor).
{% endhint %}

[^1]: Use the **{discord\_id}** option between two square brackets

[^2]: Just replace **role\_id** by the role ID on your Discord server
