From 2ce7f192908c48bcb37dd6df04d54daad59c9cf8 Mon Sep 17 00:00:00 2001 From: Matthew Ray Date: Thu, 25 Oct 2018 00:45:38 -0400 Subject: [PATCH] Forgot info --- commands/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info.js b/commands/info.js index 0775e26..76b565c 100644 --- a/commands/info.js +++ b/commands/info.js @@ -5,7 +5,7 @@ exports.run = async (client, message) => { embed.setAuthor(`${client.user.username}`, `${client.user.avatarURL}`); embed.setColor('RANDOM'); embed.setDescription('This is a clone of the [Moonglow](https://github.com/FCCouncil/Moonglow) GitHub repo. Join us today, and help contribute!'); - embed.addField('Version', '4.3.0', true); + embed.addField('Version', '4.5.0', true); embed.addField('Created At', `${client.user.createdAt.toLocaleString('en-US')}`, true); embed.addField('Library', '[Discord.js](https://github.com/discordjs/discord.js)', true); embed.addField('Language', 'JavaScript', true);