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