mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00: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:
parent
44ff67dc11
commit
c1d396a6c4
1 changed files with 0 additions and 1 deletions
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue