BEES
This commit is contained in:
parent
4aeae5b180
commit
b8804353c5
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export default {
|
|||
actionType: 'ban',
|
||||
} 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)`);
|
||||
} else {
|
||||
message.serverContext.banUser(targetUser._id, {
|
||||
|
|
Loading…
Reference in a new issue