mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings: Fixed build error (#3689)
This commit is contained in:
parent
8014ddcd1c
commit
62afafdbe9
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -1635,7 +1635,7 @@ declare module 'discord.js' {
|
|||
export class Webhook extends WebhookMixin() {
|
||||
constructor(client: Client, data?: object);
|
||||
public avatar: string;
|
||||
public avatarURL(options?: AvatarOptions): string | null;
|
||||
public avatarURL(options?: ImageURLOptions): string | null;
|
||||
public channelID: Snowflake;
|
||||
public guildID: Snowflake;
|
||||
public name: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue