diff --git a/slash-commands/lenny.js b/slash-commands/lenny.js index 942e920..58bb358 100644 --- a/slash-commands/lenny.js +++ b/slash-commands/lenny.js @@ -6,6 +6,6 @@ module.exports = { .setName('lenny') .setDescription('( ͡° ͜ʖ ͡°)'), async execute(interaction) { - await interaction.channel.send('( ͡° ͜ʖ ͡°)'); + interaction.reply('( ͡° ͜ʖ ͡°)'); }, }; \ No newline at end of file