Skip to main content

User functions

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

    • Example result: 1
  • {username}: Returns the username of the given user

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

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

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

    • Arguments:
      • user = message.author.id
    • Example result: 1
  • {userBadges}: Returns the badges of a user

    • Arguments:
      • user = message.author.id
      • separator = "
      • "
    • Example result: Staff, Partner