From dd12b8609256937bd27d26dadd90f6d823dcc606 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 1 Jun 2025 20:22:58 +0200 Subject: [PATCH] Typo in console log --- src/utils/Events/button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Events/button.ts b/src/utils/Events/button.ts index c72516d..5f5bbf5 100644 --- a/src/utils/Events/button.ts +++ b/src/utils/Events/button.ts @@ -65,7 +65,7 @@ export default async function loadButtonEvents(client: Client, ft: FileType) { } else { await interaction.editReply({ embeds: [{ - description: "There was an error while executing this button! 2", + description: "There was an error while executing this button!", color: embedColor }] })