make heading on warn message smaller
This commit is contained in:
parent
cb539b9810
commit
3062d8e999
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue