dont need quote anymore

This commit is contained in:
Supositware 2019-01-10 20:45:29 +01:00
parent cf0e57f4b4
commit 9e99841e87
10 changed files with 19 additions and 15 deletions

View file

@ -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: {

View file

@ -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: {

View file

@ -7,11 +7,11 @@ class RedditCommand extends Command {
super('reddit', {
aliases: ['reddit'],
category: 'general',
split: 'none',
args: [
{
id: 'sub',
type: 'string',
match: 'rest'
}
],
description: {

View file

@ -5,11 +5,11 @@ class SayCommand extends Command {
super('say', {
aliases: ['say'],
category: 'general',
split: 'none',
args: [
{
id: 'text',
type: 'string',
match: 'rest'
}
],
description: {

View file

@ -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: {

View file

@ -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: {

View file

@ -12,7 +12,8 @@ class TtsvcCommand extends Command {
args: [
{
id: 'text',
type: 'string'
type: 'string',
match: 'rest'
}
],
description: {

View file

@ -12,7 +12,8 @@ class EvalCommand extends Command {
},
{
id: 'text',
type: 'string'
type: 'string',
match: 'rest'
}
],
ownerOnly: 'true',

View file

@ -15,7 +15,8 @@ class bsespamCommand extends Command {
},
{
id: 'text',
type: 'string'
type: 'string',
match: 'rest'
}
],
description: { //recommended

View file

@ -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: {