Update plugins/lyrics.js
Browse files- plugins/lyrics.js +1 -1
plugins/lyrics.js
CHANGED
|
@@ -32,7 +32,7 @@ module.exports = {
|
|
| 32 |
type: 'GET',
|
| 33 |
routes: ['api/search/lyrics'],
|
| 34 |
tags: ['Youtube', 'Genius Lyrics', 'Lyrics'],
|
| 35 |
-
main: ['
|
| 36 |
parameters: ['query', 'key'],
|
| 37 |
enabled: true,
|
| 38 |
limit: 5,
|
|
|
|
| 32 |
type: 'GET',
|
| 33 |
routes: ['api/search/lyrics'],
|
| 34 |
tags: ['Youtube', 'Genius Lyrics', 'Lyrics'],
|
| 35 |
+
main: ['Search'],
|
| 36 |
parameters: ['query', 'key'],
|
| 37 |
enabled: true,
|
| 38 |
limit: 5,
|