From 23513d191727ad6c5b03ac2fd37b75db872b9792 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Wed, 8 Dec 2021 20:30:40 +0000 Subject: [PATCH] docs(Constants): Adjust `GUILD_STORE` warning placement (#7083) --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index caff36b48..990af67e0 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -465,10 +465,10 @@ exports.ActivityTypes = createEnum(['PLAYING', 'STREAMING', 'LISTENING', 'WATCHI * * `GROUP_DM` - a group DM channel * * `GUILD_CATEGORY` - a guild category channel * * `GUILD_NEWS` - a guild news channel + * * `GUILD_STORE` - a guild store channel * 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) * for more information. - * * `GUILD_STORE` - a guild store channel * * `GUILD_NEWS_THREAD` - a guild news channel's public thread channel * * `GUILD_PUBLIC_THREAD` - a guild text channel's public thread channel * * `GUILD_PRIVATE_THREAD` - a guild text channel's private thread channel