-
{userId}: Returns the user ID of the current author
-
{username}: Returns the username of the given user
- Arguments:
- Example result:
test
-
{userGlobalName}: Returns the global (display) name of the given user
- Arguments:
- Example result:
test
-
{userNickname}: Returns the nickname/display name of the given user
- Arguments:
- Example result:
test
-
{userAvatar}: Returns the user avatar of the given user
- Arguments:
- user = message.author.id
- size = "128"
- extension = "webp"
- forceStatic = "false"
- Example result:
test?size=64&extension=png
- Using input:
{userAvatar;;64;png}
-
{userCreated}: Displays the timestamp of when the account of a given user was created
- Arguments:
- Example result:
1
-
{userJoined}: Displays the timestamp of when the given user joined the server
- Arguments:
- Example result:
1
-
{userBadges}: Returns the badges of a user
- Arguments:
- user = message.author.id
- separator = "
- "
- Example result:
Staff, Partner