🧩 Mentioning Roles
To mention a role, use the following format:ROLE_ID with the actual ID of the role.
Example:
📺 Mentioning Channels
To mention a channel, use:CHANNEL_ID with the ID of the channel you want to reference.
Example:
👤 Mentioning Users
To mention a user directly, use:🔧 Dynamic Mentions (Using Miona Variables)
Miona supports dynamic variables that let you mention users involved in events without manually inserting their IDs. You can use:✔ Summary
| Entity | Format | Example |
|---|---|---|
| Role | <@&ROLE_ID> | <@&123456789012345678> |
| Channel | <#CHANNEL_ID> | <#987654321098765432> |
| User | <@USER_ID> | <@112233445566778899> |
| Dynamic User | {member_mention} | Mentions user automatically |
This formatting works in both Discord messages and Miona’s message builder, ensuring your bot sends clean, functional mentions every time.