v3.2.1 TRANSLATION!

This commit is contained in:
DJj123dj
2023-01-28 11:51:10 +01:00
parent ea1604a805
commit f702b199da
14 changed files with 113 additions and 97 deletions
@@ -115,29 +115,6 @@ exports.renameEmbed = (renamer,newname) => {
.setFooter({text:unclaimer.tag,iconURL:unclaimer.displayAvatarURL()})
}
/**
*
* @param {Boolean} done
* @param {discord.TextChannel} channel
* @param {discord.User} author
* @returns {discord.EmbedBuilder}
*/
exports.sendTranscriptEmbed = (done,channel,author) => {
if (done){
return new embed()
.setTitle("📄 "+l.messages.hereIsTheTranscript)
.setColor(mc)
.setDescription("Ticket: "+channel.name)
.setFooter({text:author.tag,iconURL:author.displayAvatarURL()})
}else{
return new embed()
.setTitle("📄 "+l.messages.hereIsTheTranscript)
.setColor(mc)
.setDescription("Loading...")
.setFooter({text:author.tag,iconURL:author.displayAvatarURL()})
}
}
/**
*
* @param {discord.User} changer