userMention
Formats a user ID into a user mention
declare function userMention<C extends Snowflake>(userId: C): `<@${C}>`;
declare function userMention<C extends Snowflake>(userId: C): `<@${C}>`;
Name | Type | Optional | Description |
---|---|---|---|
userId | C | No | The user ID to format |