Added .dockerignore
parent
fe78b2da8b
commit
1a7ec8e6f1
|
@ -0,0 +1,3 @@
|
||||||
|
node_modules
|
||||||
|
.env
|
||||||
|
.vscode
|
|
@ -294,9 +294,6 @@ client.on("interactionCreate", async (interaction) => {
|
||||||
execchannel.send({embeds: [embed], components: [row] });
|
execchannel.send({embeds: [embed], components: [row] });
|
||||||
await interaction.deferReply({ ephemeral: true })
|
await interaction.deferReply({ ephemeral: true })
|
||||||
interaction.followUp({ content: 'Your request has been sent to execs!', ephemeral: true })
|
interaction.followUp({ content: 'Your request has been sent to execs!', ephemeral: true })
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
Loading…
Reference in New Issue