From 3062d8e999d1ba7ac01d80365b0f9a6b313b8cd5 Mon Sep 17 00:00:00 2001 From: JandereDev Date: Thu, 2 Dec 2021 21:12:57 +0100 Subject: [PATCH] make heading on warn message smaller --- src/bot/commands/warn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/commands/warn.ts b/src/bot/commands/warn.ts index 116e191..4bfef63 100644 --- a/src/bot/commands/warn.ts +++ b/src/bot/commands/warn.ts @@ -36,7 +36,7 @@ export default { let { userWarnCount } = await storeInfraction(infraction); await Promise.all([ - message.reply(`## User warned.\n` + message.reply(`### User warned.\n` + `This is ${userWarnCount == 1 ? '**the first warn**' : `warn number **${userWarnCount}**`}` + ` for ${user.username ?? 'this user'}.\n` + `**Infraction ID:** \`${infraction._id}\`\n`