Update reportEmbed wording

This commit is contained in:
Lukas | AstroGD 2022-11-29 21:00:09 +01:00
parent 451b414fba
commit b1b087e32c
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA

View File

@ -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;