From 5272ed1af20f73aeb45443fa41a8f3000087c938 Mon Sep 17 00:00:00 2001 From: Ecolipsy Date: Thu, 2 Dec 2021 20:57:04 +0100 Subject: [PATCH] Fix --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 7240db1..9b07283 100644 --- a/index.js +++ b/index.js @@ -135,6 +135,7 @@ client.on("interactionCreate", (int) => { } int.reply({embeds: [embed], components: [msgRow]}); } else if(int.commandName == "send"){ + console.log("Send!"); if(!allowed.includes(int.user.id)) return int.reply({content: "You don't have permissions to use this command.", ephemeral: true}); var channel = int.options.getChannel("channel") || int.channel; var message = int.options.getString("message");