This commit is contained in:
JandereDev 2021-12-06 22:21:26 +01:00
parent 4aeae5b180
commit b8804353c5
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -77,7 +77,7 @@ export default {
actionType: 'ban', actionType: 'ban',
} as Infraction); } as Infraction);
message.reply(`### @${targetUser.username} has bee banned.\n` message.reply(`### @${targetUser.username} has been banned.\n`
+ `Infraction ID: \`${infId}\` (**#${userWarnCount}** for this user)`); + `Infraction ID: \`${infId}\` (**#${userWarnCount}** for this user)`);
} else { } else {
message.serverContext.banUser(targetUser._id, { message.serverContext.banUser(targetUser._id, {