From bb3e0639871d466e6e1ade418f85f32804d5f471 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 26 Jan 2025 12:46:51 -0700 Subject: [PATCH] Add placeholder for cdr command --- interactionHandlers/commands/cdr.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 interactionHandlers/commands/cdr.js 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