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',
|
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, {
|
||||||
|
|
Loading…
Reference in a new issue