From b1b087e32c2deee19974dc1181200b7a73165831 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Tue, 29 Nov 2022 21:00:09 +0100 Subject: [PATCH] Update reportEmbed wording --- src/tools/defaultEmbeds.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/defaultEmbeds.ts b/src/tools/defaultEmbeds.ts index 5d13943..b213bb5 100644 --- a/src/tools/defaultEmbeds.ts +++ b/src/tools/defaultEmbeds.ts @@ -36,8 +36,7 @@ export function getUserReportEmbed(guildName: string, channelName: string): Embe embed.setColor(Color.STOPSIGN_RED); embed.setTitle(`${Emoji.SECURITY_CHALLENGE_FAILED} A channel you modified has been deleted`); embed.setDescription(`Hey there ${Emoji.WAVING} -You just modified a channel on the ${guildName} server. \ -However, your channel name (#${channelName}) contained a word that is not allowed so your channel got deleted. +Your channel (#${channelName}) on the "${guildName}" server contained a blacklisted word and was deleted automatically. Please make sure to keep channel names friendly for everyone!`); return embed;