Partial-revert "typings(WebhookClient): client is not a Client" (#3831)

* Revert "typings(WebhookClient): client is not a Client (#3829)"

This reverts commit 44ff67dc11.

* Update index.d.ts

* Update index.d.ts
This commit is contained in:
Crawl
2020-02-24 22:44:46 +01:00
committed by GitHub
parent 44ff67dc11
commit c1d396a6c4

1
typings/index.d.ts vendored
View File

@@ -1623,7 +1623,6 @@ declare module 'discord.js' {
export class WebhookClient extends WebhookMixin(BaseClient) {
constructor(id: string, token: string, options?: ClientOptions);
public token: string;
public readonly client: this;
}
export class WebSocketManager extends EventEmitter {