aboutsummaryrefslogtreecommitdiff
path: root/handler/menu.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-14 14:37:21 +0100
committerMinteck <contact@minteck.org>2022-01-14 14:37:21 +0100
commit81884db115f3f6a5d4e968fb77cc050cadb1a05e (patch)
tree040d5448c46a432facef26d4f9f9fc2823090466 /handler/menu.js
parent541633055c76a0c002fb8509f106f4b449e21207 (diff)
downloadponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.tar.gz
ponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.tar.bz2
ponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.zip
v8
Diffstat (limited to 'handler/menu.js')
-rw-r--r--handler/menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler/menu.js b/handler/menu.js
index 4b0f313..6552735 100644
--- a/handler/menu.js
+++ b/handler/menu.js
@@ -15,7 +15,7 @@ module.exports = async (interaction) => {
.setColor('#28dc46')
.setTitle(l("Thanks for reporting an issue with", "Merci d'avoir signalé un problème avec", interaction.user.id, interaction.guild ? interaction.guild.id : 0) + " \"" + keys[1] + "\"" + l("!", " !", interaction.user.id, interaction.guild ? interaction.guild.id : 0))
.setDescription(l("Your report has been sent to the developers. They can contact you later if your settings allow this to ask you more about your issue.\nThanks for your help!", "Votre rapport a bien été envoyé aux développeurs. Ils pourront vous recontacter si vos paramètres le permettent afin de vous poser plus de questions sur le problème que vous rencontrez.\nMerci d'aider à améliorer notre système !", interaction.user.id, interaction.guild ? interaction.guild.id : 0))
- .setFooter("Ticket ID: " + tid)
+ .setFooter({ text: "Ticket ID: " + tid })
]
});
} else {