feat: Global Display Name
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user