From a21048ca0875b8849d001b2d93e4707637db0edc Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 19 Mar 2023 23:35:04 +0500 Subject: [PATCH] oops --- helpers/tictactoe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/tictactoe.js b/helpers/tictactoe.js index 7459e8e0..3c7053c0 100644 --- a/helpers/tictactoe.js +++ b/helpers/tictactoe.js @@ -68,7 +68,7 @@ async function tictactoe(interaction, options = {}) { const acceptEmbed = new EmbedBuilder() .setTitle(interaction.translate("economy/tictactoe:REQUEST_WAIT", { - user: opponent.toString(), + user: opponent.tag, })) .setAuthor({ name: (interaction.user ? interaction.user : interaction.author).tag,