Merge pull request #346 from NekoCyan/main
typing(ClientSettingManager): make right with the structure. & Clean up
This commit is contained in:
commit
e8158ec85f
@ -1,3 +1,3 @@
|
||||
{
|
||||
"ignorePatterns": ["node_modules/*"],
|
||||
"ignorePatterns": ["node_modules/*"]
|
||||
}
|
||||
|
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>;
|
||||
// Added
|
||||
public setting: ClientSettingManager;
|
||||
public settings: ClientSettingManager;
|
||||
public relationships: RelationshipManager;
|
||||
public updateCookie(): Promise<void>;
|
||||
public readonly callVoice?: VoiceConnection;
|
||||
|
Loading…
Reference in New Issue
Block a user