This commit is contained in:
Elysia
2023-06-14 20:07:38 +07:00
parent 796428fe11
commit 600f546c11
2 changed files with 5 additions and 12 deletions

2
typings/index.d.ts vendored
View File

@@ -1089,7 +1089,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>;
public setGlobalName(globalName?: string): Promise<this>;
}
type NitroType = 'NONE' | 'NITRO_CLASSIC' | 'NITRO_BOOST' | 'NITRO_BASIC';