I have these two simple lines in an interaction, and the bot is still permanently thinking:
console.log(embed)
interaction.editReply({ embeds: [embed], failIfNotExists: false})
The logs:
EmbedBuilder {
data: {
color: 39423,
description: ':lichess_logo: **Lichess:** :lichess_patron: **[Eyal282](https://lichess.org/@/Eyal282)**\n' +
':lichess_bullet: Bullet: **1554** \\|\\| :lichess_blitz: Blitz: **1663 :chess_com_best_move:** \\|\\| :lichess_rapid: Rapid: **1301(?)**\n' +
':lichess_classical: Classical: **1500(?)** \\|\\| :lichess_correspondence: Daily: **1558(?)** \\|\\| :lichess_puzzles: Puzzles: **1674** \n' +
'\n' +
':chess_com_logo: **Chess.com:** **[Eyal282](https://www.chess.com/member/Eyal282)**\n' +
':lichess_bullet: Bullet: **669(?)** \\|\\| :lichess_blitz: Blitz: **1277** \\|\\| :lichess_rapid: Rapid: **973(?)**\n' +
':lichess_correspondence: Daily: **800(?)** \\|\\| :lichess_puzzles: Puzzles: **621** ',
author: {
icon_url: 'https://cdn.discordapp.com/avatars/340586932998504449/6f7cac87a225f6a99df8101359e177b9.webp',
name: "Eyal282's Profile"
},
footer: {
text: 'Note: Time Controls marked with X are never calculated as a role for this server.\n' +
'Note: Provisional rating in Chess.com is artifically calculated by Lichess standards.'
}
}
}