feat(Webhook): sourceGuild, sourceChannel, improve owner (#5508)

This commit is contained in:
Souji
2021-04-30 21:44:23 +02:00
committed by GitHub
parent 9572521e3c
commit 116ecf246e
2 changed files with 21 additions and 9 deletions

2
typings/index.d.ts vendored
View File

@@ -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;
}