We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ca6b0 commit 17e0626Copy full SHA for 17e0626
1 file changed
src/slash/commands/Información y Utilidad/shards.ts
@@ -82,6 +82,6 @@ export default class shards extends Command {
82
])
83
.setTimestamp(),
84
)
85
- return await interaction.reply({ embeds })
+ return await interaction.editReply({ embeds })
86
}
87
};
0 commit comments