diff options
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'); |
