const YouTube = require("simple-youtube-api"); const he = require('he'); const { EmbedBuilder, PermissionFlagsBits } = require("discord.js"); module.exports = { name: 'playlist', usage: '[option]', description: 'Save and load queues', alias: 'pl', cooldown: 10, async execute(message, args, client, prefix) { const embed = new EmbedBuilder() .setTitle('Options for playlist!') .addFields( { name: 'play', value: 'Play the guild specific queue.', inline: true }, { name: 'save', value: 'Save the currently playing queue. Note that this will overwrite the currently saved queue!', inline: true }, { name: 'add', value: 'Add songs to the playlist. Like song selection', inline: true }, { name: 'remove', value: 'Remove songs from the playlist.', inline: true }, { name: 'list', value: 'Display the playlist.', inline: true } ) .setFooter({ text: `how to use: ${prefix}playlist