From cfe57a523755139a2a39afee70550edf56a436b4 Mon Sep 17 00:00:00 2001 From: janderedev Date: Tue, 15 Mar 2022 17:19:17 +0100 Subject: [PATCH] implement inserts proposal --- bot/src/bot/commands/kick.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/bot/commands/kick.ts b/bot/src/bot/commands/kick.ts index a15ceac..6d15000 100644 --- a/bot/src/bot/commands/kick.ts +++ b/bot/src/bot/commands/kick.ts @@ -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,