Skip to content

Commit

Permalink
types(webhook): avatar can be null (#8541)
Browse files Browse the repository at this point in the history
  • Loading branch information
DTrombett committed Sep 2, 2022
1 parent 9b4116b commit f77612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/typings/index.d.ts
Expand Up @@ -2811,7 +2811,7 @@ export class VoiceState extends Base {

export class Webhook extends WebhookMixin() {
private constructor(client: Client, data?: RawWebhookData);
public avatar: string;
public avatar: string | null;
public avatarURL(options?: ImageURLOptions): string | null;
public channelId: Snowflake;
public readonly client: Client;
Expand Down

0 comments on commit f77612a

Please sign in to comment.