diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-30 16:47:18 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-30 16:47:18 -0500 |
| commit | b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5 (patch) | |
| tree | 6f158fe48fa3963692d5b7e6a8e79f50a4a6335a /src/commands | |
| parent | cf0e69af80ab4677339eddc780c8637cc373e917 (diff) | |
| download | AleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.tar.gz AleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.tar.bz2 AleeBot-b23c90a245b7f0440f03eeb23fb61ccbef9e3cc5.zip | |
Added blessed and fixes in help
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/help.js | 2 |
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 + "`") |
