HerzaJ commited on
Commit
6b1b725
·
verified ·
1 Parent(s): 6a26940

Update plugins/lyrics.js

Browse files
Files changed (1) hide show
  1. plugins/lyrics.js +1 -1
plugins/lyrics.js CHANGED
@@ -28,7 +28,7 @@ const handler = async (req, res) => {
28
 
29
  module.exports = {
30
  name: 'Lyrics Search',
31
- description: 'Input song nane and system will get the lyrics for you',
32
  type: 'GET',
33
  routes: ['api/search/lyrics'],
34
  tags: ['Youtube', 'Genius Lyrics', 'Lyrics'],
 
28
 
29
  module.exports = {
30
  name: 'Lyrics Search',
31
+ description: 'Input song name and system will get the lyrics for you',
32
  type: 'GET',
33
  routes: ['api/search/lyrics'],
34
  tags: ['Youtube', 'Genius Lyrics', 'Lyrics'],