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,