@@ -5,7 +5,7 @@ const GuildChannel = require('./GuildChannel');
|
||||
/**
|
||||
* Represents a guild store channel on Discord.
|
||||
* <warn>Store channels have been removed from Discord. See
|
||||
* [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479)
|
||||
* [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647)
|
||||
* for more information.</warn>
|
||||
* @extends {GuildChannel}
|
||||
*/
|
||||
|
@@ -784,7 +784,7 @@ exports.ActivityTypes = createEnum(['PLAYING', 'STREAMING', 'LISTENING', 'WATCHI
|
||||
* * `GUILD_NEWS` - a guild news channel
|
||||
* * `GUILD_STORE` - a guild store channel
|
||||
* <warn>Store channels are deprecated and will be removed from Discord in March 2022. See
|
||||
* [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479)
|
||||
* [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647)
|
||||
* for more information.</warn>
|
||||
* * `GUILD_NEWS_THREAD` - a guild news channel's public thread channel
|
||||
* * `GUILD_PUBLIC_THREAD` - a guild text channel's public thread channel
|
||||
|
Reference in New Issue
Block a user