mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
Correct typo
This commit is contained in:
parent
8b6a5faaef
commit
1ba27c15f7
@ -63,7 +63,7 @@ module.exports = {
|
||||
await interaction.editReply({ content: "Le ticket va être supprimé dans 5 secondes !", components: [] })
|
||||
|
||||
const logchannel = await interaction.guild.channels.fetch('1036589658647314502');
|
||||
await logchannel.send({ content: `${interaction.channel.name} fermé par <@${interaction.user.id}> (${interaction.user.id}` });
|
||||
await logchannel.send({ content: `${interaction.channel.name} fermé par <@${interaction.user.id}> (${interaction.user.id})` });
|
||||
setTimeout(() => {
|
||||
interaction.guild.channels.delete(interaction.channel.id, `Ticket supprimé par ${interaction.user.tag} (${interaction.user.id})`)
|
||||
}, 5000);
|
||||
|
Loading…
Reference in New Issue
Block a user