diff --git a/commands/admin/tag.js b/commands/admin/tag.js index 4f0086d1..a18da247 100644 --- a/commands/admin/tag.js +++ b/commands/admin/tag.js @@ -6,7 +6,6 @@ class TagCommand extends Command { super('tag', { aliases: ['tag'], category: 'admin', - split: 'quoted', userPermissions: ['MANAGE_MESSAGES'], args: [ { diff --git a/commands/admin/untag.js b/commands/admin/untag.js index 50d6d157..1a61599e 100644 --- a/commands/admin/untag.js +++ b/commands/admin/untag.js @@ -6,7 +6,6 @@ class UnTagCommand extends Command { super('untag', { aliases: ['untag', 'removetag', 'delete'], category: 'admin', - split: 'none', userPermissions: ['MANAGE_MESSAGES'], args: [ { diff --git a/commands/fun/tts/ttsvc.js b/commands/fun/tts/ttsvc.js index 5f4c66bf..d08046d3 100644 --- a/commands/fun/tts/ttsvc.js +++ b/commands/fun/tts/ttsvc.js @@ -9,7 +9,6 @@ class TtsvcCommand extends Command { super('ttsvc', { aliases: ['ttsvc'], category: 'fun', - split: 'none', args: [ { id: 'text', diff --git a/commands/images/idubbbz.js b/commands/images/idubbbz.js index 0a4b017b..b9ded257 100644 --- a/commands/images/idubbbz.js +++ b/commands/images/idubbbz.js @@ -7,7 +7,6 @@ class IdubbbzCommand extends Command { super('idubbbz', { aliases: ['idubbbz', 'edups'], category: 'images', - split: 'quoted', args: [ { id: 'text', diff --git a/commands/owner/reboot.js b/commands/owner/reboot.js index 8bef235b..0727ecee 100644 --- a/commands/owner/reboot.js +++ b/commands/owner/reboot.js @@ -4,7 +4,6 @@ class RebootCommand extends Command { constructor() { super('reboot', { aliases: ['ded', 'reboot', 'restart'], - split: 'none', category: 'owner', ownerOnly: 'true', description: {