diff --git a/src/command/commands/ping.ts b/src/command/commands/ping.ts index 84e1e97..bd9f861 100755 --- a/src/command/commands/ping.ts +++ b/src/command/commands/ping.ts @@ -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] }); }, };