feat(ClientSettingManager): make right with the structure.

This commit is contained in:
NekoCyan 2022-10-10 20:27:39 +07:00
parent 5563e23664
commit b5975f9c18

2
typings/index.d.ts vendored
View File

@ -829,7 +829,7 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
public application: If<Ready, ClientApplication>; public application: If<Ready, ClientApplication>;
// Added // Added
public setting: ClientSettingManager; public settings: ClientSettingManager;
public relationships: RelationshipManager; public relationships: RelationshipManager;
public updateCookie(): Promise<void>; public updateCookie(): Promise<void>;
public readonly callVoice?: VoiceConnection; public readonly callVoice?: VoiceConnection;