diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 11:44:55 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 11:44:55 -0500 |
| commit | d09cf91baeb68915c5730ae1f9ca6a35e8292117 (patch) | |
| tree | 581dfbaf31df4551fdb019a6963e8b7742f06a2c /commands/help.js | |
| parent | ece4522984563cff4589aa6eb46e7ace9205907a (diff) | |
| download | AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.tar.gz AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.tar.bz2 AleeBot-d09cf91baeb68915c5730ae1f9ca6a35e8292117.zip | |
fixed help and added a new command
Diffstat (limited to 'commands/help.js')
| -rw-r--r-- | commands/help.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js index dce2974..36d4630 100644 --- a/commands/help.js +++ b/commands/help.js @@ -19,7 +19,7 @@ * *************************************/ const Discord = require('discord.js'); const fs = require('fs'); -module.exports.run = async (client, message) => {z +module.exports.run = async (client, message) => { const categories = []; const commands = Array.from(client.commands.keys()); const settings = require('../storage/settings.json'); |
