module.exports = {} module.exports.execute = async (interaction) => { interaction.reply({ephemeral: true, content: `To be implemented!`}) }