From 63a9d811b50adf9808994cd35e6139e28805b977 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 19 May 2023 21:02:10 +0200 Subject: [PATCH] . --- commands-testing/debug.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands-testing/debug.js b/commands-testing/debug.js index 1a32f7d..52e1d14 100644 --- a/commands-testing/debug.js +++ b/commands-testing/debug.js @@ -26,6 +26,9 @@ module.exports = { async execute(interaction) { + await interaction.reply({ content: 'In development', ephemeral: true }); + return + const user = interaction.options.getUser('user'); const channel = interaction.options.getChannel('channel'); const role = interaction.options.getRole('role');