Update log channel message in index.js

This commit is contained in:
Christopher Cookman 2024-06-16 21:12:04 -06:00
parent 2f73c11435
commit e623d25ab4
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

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