fix missing semicolon

This commit is contained in:
Jonny_Bro (Nikita) 2023-06-27 20:52:43 +05:00
parent 5009261839
commit 8fe40285e8

View file

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