Update log channel message in index.js
This commit is contained in:
parent
2f73c11435
commit
e623d25ab4
2
index.js
2
index.js
|
@ -252,7 +252,7 @@ client.on('interactionCreate', async interaction => {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
content: `The log channel has been set to <#${channel.id}>.`,
|
content: `The log channel has been set to <#${channel}>.`,
|
||||||
ephemeral: true
|
ephemeral: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue