Functionscustom$globalNameOn this page$globalNameWill return current user's global name (aka as display name), if anyUsage$globalName[userID?]Exampleclient.command({ name: "globalName", code: ` Your current global name is: $globalName `});noteIf you don't have a global name set, this function will return your username instead.