Skip to content

Commit 17e0626

Browse files
author
Rubén Ortiz
committed
fix
1 parent d4ca6b0 commit 17e0626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/slash/commands/Información y Utilidad

src/slash/commands/Información y Utilidad/shards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ export default class shards extends Command {
8282
])
8383
.setTimestamp(),
8484
)
85-
return await interaction.reply({ embeds })
85+
return await interaction.editReply({ embeds })
8686
}
8787
};

0 commit comments

Comments
 (0)