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 }] })