Custom Command
FunctionsMember Functions

$mention

Returns a mention of a user.

Usage

$mention[userID]
  1. userID - (Optional) default value: $authorID. The ID of user to get mentioned.

Example

Using $mention

How to use $mention for author or other user

!!exec Me: $mention
Other user: $mention[123456789123456789]

Me: User
Other user: Other User

Related Functions: $username $nickname

Function difficulty: Easy

Tags: Member Ping Mention Author

On this page