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