π§© 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.