@ -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
});