diff --git a/src/commands/bot/changelogs.js b/src/commands/bot/changelogs.js index 304e589..e9dc5b0 100644 --- a/src/commands/bot/changelogs.js +++ b/src/commands/bot/changelogs.js @@ -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) } - \ No newline at end of file +