Functionscustom$clientNameOn this page$clientNameReturns the bot's current usernameUsage$clientNameThis function doesn't have any additional fields.Exampleclient.command({ name: "botName", code: ` My name is: $clientName ` // Will return your bot's name.});