Typo in console log

This commit is contained in:
2025-06-01 20:22:58 +02:00
parent 1777537a26
commit dd12b86092

View File

@@ -65,7 +65,7 @@ export default async function loadButtonEvents(client: Client, ft: FileType) {
} else { } else {
await interaction.editReply({ await interaction.editReply({
embeds: [{ embeds: [{
description: "There was an error while executing this button! 2", description: "There was an error while executing this button!",
color: embedColor color: embedColor
}] }]
}) })