implement inserts proposal

This commit is contained in:
janderedev 2022-03-15 17:19:17 +01:00
parent f2e55a05f8
commit cfe57a5237
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -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,