feat: Global Display Name

This commit is contained in:
Elysia
2023-05-18 15:44:38 +07:00
parent 4f3aebf9c6
commit 8a19880820
2 changed files with 25 additions and 6 deletions

1
typings/index.d.ts vendored
View File

@@ -1085,6 +1085,7 @@ export class ClientUser extends User {
public readonly nsfwAllowed: boolean;
public readonly emailAddress: string;
public stopRinging(channel: ChannelResolvable): Promise<void>;
public setDisplayName(displayName?: string): Promise<this>;
}
type NitroType = 'NONE' | 'NITRO_CLASSIC' | 'NITRO_BOOST' | 'NITRO_BASIC';