update: all packages to discord.js v14

This commit is contained in:
2026-06-28 13:53:03 +02:00
parent 167b4dfebb
commit 6bee8ccc09
7 changed files with 1907 additions and 4481 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const command = new Command("about", "Affiche des informations sur le bot", (cli
const embed = new Embed(interaction)
embed.setColor(237, 12, 91)
embed.setThumbnail("https://cdn.discordapp.com/avatars/" + client.user.id + "/" + client.user.avatar + ".png")
embed.setThumbnail(client.user.displayAvatarURL({ extension: "png" }))
embed.setTitle('Subsonics - Chopin')
embed.addField('Informations',"")
embed.addField('Version', packageJson.version + " ", true)