feat(ClientSettingManager): make right with the structure.
This commit is contained in:
parent
5563e23664
commit
b5975f9c18
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user