Removed outdated "quoted: false"
This commit is contained in:
parent
9986f3a544
commit
4ed89650ea
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ class FeedbackCommand extends Command {
|
||||||
super('feedback', {
|
super('feedback', {
|
||||||
aliases: ['feedback'],
|
aliases: ['feedback'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
quoted: false,
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
|
|
|
@ -12,7 +12,6 @@ class musicCommand extends Command {
|
||||||
super('musicMatch', {
|
super('musicMatch', {
|
||||||
aliases: ['musicMatch', 'music', 'shazam', 'soundhound'],
|
aliases: ['musicMatch', 'music', 'shazam', 'soundhound'],
|
||||||
category: 'utility',
|
category: 'utility',
|
||||||
quoted: false,
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'music',
|
id: 'music',
|
||||||
|
|
Loading…
Reference in a new issue