mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
feat(Webhook): sourceGuild, sourceChannel, improve owner (#5508)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1800,6 +1800,8 @@ declare module 'discord.js' {
|
||||
public guildID: Snowflake;
|
||||
public name: string;
|
||||
public owner: User | object | null;
|
||||
public sourceGuild: Guild | object | null;
|
||||
public sourceChannel: Channel | object | null;
|
||||
public token: string | null;
|
||||
public type: WebhookTypes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user