ping: delete ping check after send the embed

This commit is contained in:
kdh8219 2023-06-06 18:32:38 +09:00
parent a2a2e56ca3
commit b0b9476956
Signed by: kdh8219
GPG key ID: 9B901BE907D1862E

View file

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