ping: delete ping check after send the embed
This commit is contained in:
parent
a2a2e56ca3
commit
b0b9476956
|
@ -36,6 +36,6 @@ export default {
|
|||
)
|
||||
.setFooter({ text: `Bot runner: ${process.env.RUNNER_NAME}` });
|
||||
|
||||
await interaction.editReply({ embeds: [embed] });
|
||||
await interaction.editReply({ content: "", embeds: [embed] });
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue