From 8618e076b39dbc10ddf84fbdb63480ddcf74ad95 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 21:16:12 -0400 Subject: 2.5 Release! --- commands/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/changelog.js') diff --git a/commands/changelog.js b/commands/changelog.js index b210c4f..a5a4c90 100644 --- a/commands/changelog.js +++ b/commands/changelog.js @@ -25,7 +25,7 @@ module.exports.run = async (client, message) => { const Discord = require('discord.js'); const embed = new Discord.RichEmbed() - .setAuthor('AleeBot ' + '2.5.0 Beta ' + 'Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048') + .setAuthor('AleeBot ' + '2.5.0 ' + 'Changelog', 'https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048') .setDescription('What\'s new in AleeBot 2.5?') .addField('[>] Buy Command!','Now you could buy things with AleeBot!') .addField('[>] Leave Command!','The owner of this bot can only use this command.') -- cgit v1.2.3