Update changelogs.js

This commit is contained in:
Corwin 2023-03-15 19:12:33 +01:00 committed by GitHub
parent e104bbab79
commit a0eb140c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ module.exports = async (client, interaction, args) => {
thumbnail: client.user.avatarURL({ size: 1024 }),
fields: [{
name: "📃┆Changelogs",
value: '10/12/2022 - Updated the bot to the latest version of discord.js (v14)',
value: '15/3/2023 Updated dependencies',
inline: false,
},
],
@ -15,4 +15,4 @@ module.exports = async (client, interaction, args) => {
}, interaction)
}