mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 10:40:49 +00:00
Updated command aliases
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
const { getLyrics } = require("genius-lyrics-api");
|
||||
const {
|
||||
getLyrics
|
||||
} = require("genius-lyrics-api");
|
||||
|
||||
module.exports = {
|
||||
name: "lyrics",
|
||||
alias: "l",
|
||||
alias: ["l"],
|
||||
usage: "<song>",
|
||||
description: "see the lyrics for a song",
|
||||
onlyDev: false,
|
||||
@ -30,4 +32,4 @@ module.exports = {
|
||||
msg.channel.send(embed);
|
||||
});
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user