Merge pull request #346 from NekoCyan/main

typing(ClientSettingManager): make right with the structure. & Clean up
This commit is contained in:
Cinnamon
2022-10-10 20:37:06 +07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
"ignorePatterns": ["node_modules/*"],
"ignorePatterns": ["node_modules/*"]
}

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>;
// Added
public setting: ClientSettingManager;
public settings: ClientSettingManager;
public relationships: RelationshipManager;
public updateCookie(): Promise<void>;
public readonly callVoice?: VoiceConnection;