From d09cf91baeb68915c5730ae1f9ca6a35e8292117 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 23 Dec 2020 11:44:55 -0500 Subject: fixed help and added a new command --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') 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'); -- cgit v1.2.3