implement inserts proposal
This commit is contained in:
parent
f2e55a05f8
commit
cfe57a5237
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { isModerator, NO_MANAGER_MSG, parseUser, storeInfraction } from "../util
|
|||
|
||||
export default {
|
||||
name: 'kick',
|
||||
aliases: [ 'yeet', 'eject' ],
|
||||
aliases: [ 'yeet', 'eject', 'vent' ],
|
||||
description: 'Eject a member from the server',
|
||||
syntax: '/kick @username [reason?]',
|
||||
removeEmptyArgs: true,
|
||||
|
|
Loading…
Reference in a new issue