Added .dockerignore

imgbot
Kieran 2022-09-01 21:45:53 +01:00
parent fe78b2da8b
commit 1a7ec8e6f1
2 changed files with 3 additions and 3 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
node_modules
.env
.vscode

View File

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