diff --git a/bot/src/bot/util.ts b/bot/src/bot/util.ts index 79488cf..3841796 100644 --- a/bot/src/bot/util.ts +++ b/bot/src/bot/util.ts @@ -379,6 +379,10 @@ const generateInfractionDMEmbed = (server: Server, serverConfig: ServerConfig, i ? (infraction.expires == Infinity ? '\n**Ban duration:** Permanent' : `\n**Ban expires** `) + : '') + + (infraction.actionType == 'ban' + ? '\n\n**Reminder:** Circumventing this ban by using another account is a violation of the Revolt [Terms of Service]() ' + + 'and may result in your accounts getting suspended from the platform.' : '') }