From e3082c228e3752489c0991cf2a4071ee85efbe84 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 30 Dec 2018 06:52:10 +0100 Subject: [PATCH] changed split type --- commands/admin/ban.js | 1 + commands/admin/kick.js | 1 + 2 files changed, 2 insertions(+) diff --git a/commands/admin/ban.js b/commands/admin/ban.js index 24ba4c8d..a6823a80 100644 --- a/commands/admin/ban.js +++ b/commands/admin/ban.js @@ -5,6 +5,7 @@ class BanCommand extends Command { super('ban', { aliases: ['ban'], category: 'admin', + split: 'quote', args: [ { id: 'member', diff --git a/commands/admin/kick.js b/commands/admin/kick.js index 11fda6fb..b7467e5b 100644 --- a/commands/admin/kick.js +++ b/commands/admin/kick.js @@ -5,6 +5,7 @@ class KickCommand extends Command { super('kick', { aliases: ['kick'], category: 'admin', + split: 'quoted', args: [ { id: 'member',