fix embeds in tictactoe

This commit is contained in:
Jonny_Bro (Nikita) 2023-11-11 21:02:26 +05:00
parent dbdc24f9b4
commit 44c6de3fa5

View file

@ -64,7 +64,7 @@ async function tictactoe(interaction, options = {}) {
});
}
const foot = options.embedFoot ? { text: options.embedFoot } : { text: "Удачи =)" },
const foot = options.embedFoot ? options.embedFoot : { text: "GLHF" },
user = interaction.user ? interaction.user : interaction.author;
const acceptEmbed = new EmbedBuilder()