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