diff --git a/index.js b/index.js index 155db6e..ee3053c 100644 --- a/index.js +++ b/index.js @@ -252,7 +252,7 @@ client.on('interactionCreate', async interaction => { return; } interaction.reply({ - content: `The log channel has been set to <#${channel.id}>.`, + content: `The log channel has been set to <#${channel}>.`, ephemeral: true }); });