update: all packages to discord.js v14
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user