Merge pull request #15 from r-Overwatch2/main #18

Merged
AstroGD merged 14 commits from release/1.1.0 into main 2022-11-29 21:37:08 +01:00
Showing only changes of commit b1b087e32c - Show all commits

View File

@ -36,8 +36,7 @@ export function getUserReportEmbed(guildName: string, channelName: string): Embe
embed.setColor(Color.STOPSIGN_RED); embed.setColor(Color.STOPSIGN_RED);
embed.setTitle(`${Emoji.SECURITY_CHALLENGE_FAILED} A channel you modified has been deleted`); embed.setTitle(`${Emoji.SECURITY_CHALLENGE_FAILED} A channel you modified has been deleted`);
embed.setDescription(`Hey there ${Emoji.WAVING} embed.setDescription(`Hey there ${Emoji.WAVING}
You just modified a channel on the ${guildName} server. \ Your channel (#${channelName}) on the "${guildName}" server contained a blacklisted word and was deleted automatically.
However, your channel name (#${channelName}) contained a word that is not allowed so your channel got deleted.
Please make sure to keep channel names friendly for everyone!`); Please make sure to keep channel names friendly for everyone!`);
return embed; return embed;