mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
feat(Webhook): addition of Webhook#avatarURL function (#3625)
* feat: addition of Webhook#avatarURL * typings: added Webhook#avatarURL * fix: trailing space * docs: fixed jsdoc function description * fix: typo
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1620,6 +1620,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 channelID: Snowflake;
|
||||
public guildID: Snowflake;
|
||||
public name: string;
|
||||
|
||||
Reference in New Issue
Block a user