dont need quote anymore
This commit is contained in:
parent
cf0e57f4b4
commit
9e99841e87
10 changed files with 19 additions and 15 deletions
|
@ -5,11 +5,11 @@ class ClapCommand extends Command {
|
||||||
super('clap', {
|
super('clap', {
|
||||||
aliases: ['clap'],
|
aliases: ['clap'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -6,11 +6,11 @@ class EmotesayCommand extends Command {
|
||||||
super('emotesay', {
|
super('emotesay', {
|
||||||
aliases: ['emotesay', 'esay'],
|
aliases: ['emotesay', 'esay'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -7,11 +7,11 @@ class RedditCommand extends Command {
|
||||||
super('reddit', {
|
super('reddit', {
|
||||||
aliases: ['reddit'],
|
aliases: ['reddit'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'sub',
|
id: 'sub',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -5,11 +5,11 @@ class SayCommand extends Command {
|
||||||
super('say', {
|
super('say', {
|
||||||
aliases: ['say'],
|
aliases: ['say'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -5,12 +5,12 @@ class SaydCommand extends Command {
|
||||||
super('sayd', {
|
super('sayd', {
|
||||||
aliases: ['sayd'],
|
aliases: ['sayd'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
clientPermissions: 'MANAGE_MESSAGES',
|
clientPermissions: 'MANAGE_MESSAGES',
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -8,11 +8,11 @@ class TtsCommand extends Command {
|
||||||
super('tts', {
|
super('tts', {
|
||||||
aliases: ['tts'],
|
aliases: ['tts'],
|
||||||
category: 'general',
|
category: 'general',
|
||||||
split: 'none',
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -12,7 +12,8 @@ class TtsvcCommand extends Command {
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
|
@ -12,7 +12,8 @@ class EvalCommand extends Command {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
ownerOnly: 'true',
|
ownerOnly: 'true',
|
||||||
|
|
|
@ -15,7 +15,8 @@ class bsespamCommand extends Command {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: { //recommended
|
description: { //recommended
|
||||||
|
|
|
@ -6,11 +6,12 @@ class FeedbackCommand extends Command {
|
||||||
super('feedback', {
|
super('feedback', {
|
||||||
aliases: ['feedback'],
|
aliases: ['feedback'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
split: 'none',
|
quoted: false,
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
description: {
|
description: {
|
||||||
|
|
Loading…
Reference in a new issue