diff --git a/interactionHandlers/commands/cdr.js b/interactionHandlers/commands/cdr.js new file mode 100644 index 0000000..b28471b --- /dev/null +++ b/interactionHandlers/commands/cdr.js @@ -0,0 +1,5 @@ + +module.exports = {} +module.exports.execute = async (interaction) => { + interaction.reply({ephemeral: true, content: `To be implemented!`}) +} \ No newline at end of file