Skip to content

Commit c1d396a

Browse files
authored
Partial-revert "typings(WebhookClient): client is not a Client" (#3831)
* Revert "typings(WebhookClient): client is not a Client (#3829)" This reverts commit 44ff67d. * Update index.d.ts * Update index.d.ts
1 parent 44ff67d commit c1d396a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typings/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,6 @@ declare module 'discord.js' {
16231623
export class WebhookClient extends WebhookMixin(BaseClient) {
16241624
constructor(id: string, token: string, options?: ClientOptions);
16251625
public token: string;
1626-
public readonly client: this;
16271626
}
16281627

16291628
export class WebSocketManager extends EventEmitter {

0 commit comments

Comments
 (0)