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 4869cb4..4819333 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 413fbc5..4abc529 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 ad23aea..a154759 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 534f865..092fd49 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 3585a7e..1e8a6da 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 91234ff..82c0923 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 d489e67..17ed1e4 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 45268f2..976b2f9 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 5a3d7dc..34db553 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 ea55650..2f93430 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: {