Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Forgot info
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Oct 25, 2018
1 parent 82db626 commit 2ce7f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2ce7f19

Please sign in to comment.