From c1d396a6c4c063a70f28bda6498b1114837af6b0 Mon Sep 17 00:00:00 2001 From: Crawl Date: Mon, 24 Feb 2020 22:44:46 +0100 Subject: [PATCH] Partial-revert "typings(WebhookClient): client is not a Client" (#3831) * Revert "typings(WebhookClient): client is not a Client (#3829)" This reverts commit 44ff67dc1192e4ca9aa1cf69390d0453c5302f0c. * Update index.d.ts * Update index.d.ts --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 605969f57..95b0790c7 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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 {