Add placeholder for cdr command

This commit is contained in:
Christopher Cookman 2025-01-26 12:46:51 -07:00
parent b7559411c6
commit bb3e063987

View file

@ -0,0 +1,5 @@
module.exports = {}
module.exports.execute = async (interaction) => {
interaction.reply({ephemeral: true, content: `To be implemented!`})
}