From 6427d9a5a9bf7f34b13ebdecc2ce47db6bbd691d Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 6 May 2021 21:27:50 +0300 Subject: [PATCH] Update STAGE_CHANNEL_ICON URL --- backend/src/plugins/Utility/functions/getChannelInfoEmbed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Utility/functions/getChannelInfoEmbed.ts b/backend/src/plugins/Utility/functions/getChannelInfoEmbed.ts index 4ed1d7e8..c2f41f74 100644 --- a/backend/src/plugins/Utility/functions/getChannelInfoEmbed.ts +++ b/backend/src/plugins/Utility/functions/getChannelInfoEmbed.ts @@ -13,7 +13,7 @@ const VOICE_CHANNEL_ICON = const ANNOUNCEMENT_CHANNEL_ICON = "https://cdn.discordapp.com/attachments/740650744830623756/740656841687564348/announcement-channel.png"; const STAGE_CHANNEL_ICON = - "https://cdn.discordapp.com/attachments/705009450855039042/839292597859516446/stage-channel.png"; + "https://cdn.discordapp.com/attachments/740650744830623756/839930647711186995/stage-channel.png"; export async function getChannelInfoEmbed( pluginData: GuildPluginData,