Zum Hauptinhalt springen

User-Funktionen

  • {userId}: Returns the user ID of the current author

    • Beispielergebnis: 1
  • {username}: Returns the username of the given user

    • Argumente:
      • user = message.author.id
    • Beispielergebnis: test
  • {userGlobalName}: Returns the global (display) name of the given user

    • Argumente:
      • user = message.author.id
    • Beispielergebnis: test
  • {userNickname}: Returns the nickname/display name of the given user

    • Argumente:
      • user = message.author.id
    • 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:
      • user = message.author.id
    • Beispielergebnis: 1
  • {userJoined}: Displays the timestamp of when the given user joined the server

    • Argumente:
      • user = message.author.id
    • Beispielergebnis: 1
  • {userBadges}: Returns the badges of a user

    • Argumente:
      • user = message.author.id
      • separator = "
      • "
    • Beispielergebnis: Staff, Partner