feat: Music support #62
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ export default {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Add pages
|
// TODO: Add pages -> option
|
||||||
|
// : Add shuffle -> subcommand
|
||||||
|
// : Add remove <id> -> subcommand
|
||||||
return new SlashCommandBuilder()
|
return new SlashCommandBuilder()
|
||||||
.setName(filename.toLowerCase())
|
.setName(filename.toLowerCase())
|
||||||
.setDescription(loc_default.get(`c_${filename}_desc`) ?? "")
|
.setDescription(loc_default.get(`c_${filename}_desc`) ?? "")
|
||||||
|
|
Loading…
Reference in a new issue