We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ff67d commit c1d396aCopy full SHA for c1d396a
typings/index.d.ts
@@ -1623,7 +1623,6 @@ declare module 'discord.js' {
1623
export class WebhookClient extends WebhookMixin(BaseClient) {
1624
constructor(id: string, token: string, options?: ClientOptions);
1625
public token: string;
1626
- public readonly client: this;
1627
}
1628
1629
export class WebSocketManager extends EventEmitter {
0 commit comments