feat: Music support #62

Merged
Anri merged 43 commits from feat/music into main 2023-02-12 01:11:10 +01:00
Showing only changes of commit a21fb3437c - Show all commits

View file

@ -13,7 +13,9 @@ export default {
return;
}
// TODO: Add pages
// TODO: Add pages -> option
// : Add shuffle -> subcommand
// : Add remove <id> -> subcommand
return new SlashCommandBuilder()
.setName(filename.toLowerCase())
.setDescription(loc_default.get(`c_${filename}_desc`) ?? "")