mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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()
|
const acceptEmbed = new EmbedBuilder()
|
||||||
.setTitle(interaction.translate("economy/tictactoe:REQUEST_WAIT", {
|
.setTitle(interaction.translate("economy/tictactoe:REQUEST_WAIT", {
|
||||||
user: opponent.toString(),
|
user: opponent.tag,
|
||||||
}))
|
}))
|
||||||
.setAuthor({
|
.setAuthor({
|
||||||
name: (interaction.user ? interaction.user : interaction.author).tag,
|
name: (interaction.user ? interaction.user : interaction.author).tag,
|
||||||
|
|
Loading…
Reference in a new issue