mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
fix embeds in tictactoe
This commit is contained in:
parent
dbdc24f9b4
commit
44c6de3fa5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue