mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
types(WelcomeChannelData): Allow store channels (#6778)
This commit is contained in:
Vendored
+1
-1
@@ -4988,7 +4988,7 @@ export interface WidgetChannel {
|
||||
|
||||
export interface WelcomeChannelData {
|
||||
description: string;
|
||||
channel: GuildChannelResolvable;
|
||||
channel: TextChannel | NewsChannel | StoreChannel | Snowflake;
|
||||
emoji?: EmojiIdentifierResolvable;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user