From 9e99841e87f3c4cef3f9c6036bd70032b316b93a Mon Sep 17 00:00:00 2001 From: Supositware Date: Thu, 10 Jan 2019 20:45:29 +0100 Subject: [PATCH] dont need quote anymore --- commands/general/clap.js | 4 ++-- commands/general/emotesay.js | 4 ++-- commands/general/reddit.js | 2 +- commands/general/say.js | 2 +- commands/general/sayd.js | 4 ++-- commands/general/tts.js | 4 ++-- commands/general/ttsvc.js | 3 ++- commands/owner/dm.js | 3 ++- commands/reserved/bsespam.js | 3 ++- commands/utility/feedback.js | 5 +++-- 10 files changed, 19 insertions(+), 15 deletions(-) diff --git a/commands/general/clap.js b/commands/general/clap.js index 4869cb42..48193335 100644 --- a/commands/general/clap.js +++ b/commands/general/clap.js @@ -5,11 +5,11 @@ class ClapCommand extends Command { super('clap', { aliases: ['clap'], category: 'general', - split: 'none', args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/emotesay.js b/commands/general/emotesay.js index 413fbc5f..4abc529c 100644 --- a/commands/general/emotesay.js +++ b/commands/general/emotesay.js @@ -6,11 +6,11 @@ class EmotesayCommand extends Command { super('emotesay', { aliases: ['emotesay', 'esay'], category: 'general', - split: 'none', args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/reddit.js b/commands/general/reddit.js index ad23aeaf..a154759d 100644 --- a/commands/general/reddit.js +++ b/commands/general/reddit.js @@ -7,11 +7,11 @@ class RedditCommand extends Command { super('reddit', { aliases: ['reddit'], category: 'general', - split: 'none', args: [ { id: 'sub', type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/say.js b/commands/general/say.js index 534f8656..092fd491 100644 --- a/commands/general/say.js +++ b/commands/general/say.js @@ -5,11 +5,11 @@ class SayCommand extends Command { super('say', { aliases: ['say'], category: 'general', - split: 'none', args: [ { id: 'text', type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/sayd.js b/commands/general/sayd.js index 3585a7e9..1e8a6dad 100644 --- a/commands/general/sayd.js +++ b/commands/general/sayd.js @@ -5,12 +5,12 @@ class SaydCommand extends Command { super('sayd', { aliases: ['sayd'], category: 'general', - split: 'none', clientPermissions: 'MANAGE_MESSAGES', args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/tts.js b/commands/general/tts.js index 91234ff3..82c0923f 100644 --- a/commands/general/tts.js +++ b/commands/general/tts.js @@ -8,11 +8,11 @@ class TtsCommand extends Command { super('tts', { aliases: ['tts'], category: 'general', - split: 'none', args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { diff --git a/commands/general/ttsvc.js b/commands/general/ttsvc.js index d489e67e..17ed1e4e 100644 --- a/commands/general/ttsvc.js +++ b/commands/general/ttsvc.js @@ -12,7 +12,8 @@ class TtsvcCommand extends Command { args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { diff --git a/commands/owner/dm.js b/commands/owner/dm.js index 45268f20..976b2f95 100644 --- a/commands/owner/dm.js +++ b/commands/owner/dm.js @@ -12,7 +12,8 @@ class EvalCommand extends Command { }, { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], ownerOnly: 'true', diff --git a/commands/reserved/bsespam.js b/commands/reserved/bsespam.js index 5a3d7dc1..34db5535 100644 --- a/commands/reserved/bsespam.js +++ b/commands/reserved/bsespam.js @@ -15,7 +15,8 @@ class bsespamCommand extends Command { }, { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: { //recommended diff --git a/commands/utility/feedback.js b/commands/utility/feedback.js index ea55650a..2f934309 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -6,11 +6,12 @@ class FeedbackCommand extends Command { super('feedback', { aliases: ['feedback'], category: 'utility', - split: 'none', + quoted: false, args: [ { id: 'text', - type: 'string' + type: 'string', + match: 'rest' } ], description: {