Functionscustom$clientTagOn this page$clientTagReturns bot's userTagUsage$clientTagThis function doesn't have any additional fields.Exampleclient.command({ name: "botTag", code: ` My userTag is: $clientTag ` // Will return your bot's userTag (if any).});