mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
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:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user