For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mention members

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

You can mention a member in a channel like this example:

Thank you <@{discord_id}> for your donation of {total_paid} {currency}

Result on a Discord channel

You can mention all members in a role, usefull if you want to notify all moderators after each purchase:

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

Example:

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

Result on a Discord channel

Learn more about Discord commands HERE.

Last updated