From b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 30 Dec 2017 16:47:18 -0500 Subject: Added blessed and fixes in help --- src/commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/help.js') diff --git a/src/commands/help.js b/src/commands/help.js index a57a7d5..e191bc1 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -1,4 +1,4 @@ -module.exports.run = async (bot, message, args) => { +module.exports.run = async (client, message, args) => { var embed = new Discord.RichEmbed() .setAuthor('AleeBot ' + abVersion + ` Help and on ${client.guilds.size} servers`, "https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048") .setDescription("Every command you input into AleeBot is `" + config.prefix + "`") -- cgit v1.2.3