aboutsummaryrefslogtreecommitdiff
path: root/src/commands/help.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-30 16:47:18 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-30 16:47:18 -0500
commitb23c90a245b7f0440f03eeb23fb61ccbef9e3cc5 (patch)
tree6f158fe48fa3963692d5b7e6a8e79f50a4a6335a /src/commands/help.js
parentcf0e69af80ab4677339eddc780c8637cc373e917 (diff)
downloadAleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.tar.gz
AleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.tar.bz2
AleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.zip
Added blessed and fixes in help
Diffstat (limited to 'src/commands/help.js')
-rw-r--r--src/commands/help.js2
1 files changed, 1 insertions, 1 deletions
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 + "`")