types(WelcomeChannelData): Allow store channels (#6778)

This commit is contained in:
Jiralite
2021-10-07 17:24:53 +01:00
committed by GitHub
parent a84e51b767
commit 45ebea3216
2 changed files with 2 additions and 2 deletions

2
typings/index.d.ts vendored
View File

@@ -4988,7 +4988,7 @@ export interface WidgetChannel {
export interface WelcomeChannelData {
description: string;
channel: GuildChannelResolvable;
channel: TextChannel | NewsChannel | StoreChannel | Snowflake;
emoji?: EmojiIdentifierResolvable;
}