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');