From 53daad435ae51926726a72329d6c20d83d8cb15c Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 21 Apr 2018 01:26:03 -0400 Subject: fixes --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/help.js b/commands/help.js index 8631aa3..a71574a 100644 --- a/commands/help.js +++ b/commands/help.js @@ -22,7 +22,7 @@ const fs = require('fs'); module.exports.run = async (client, message) => { const categories = []; const commands = Array.from(client.commands.keys()); - + const settings = require('./storage/settings.json') commands.forEach(function(x) { if (!categories.includes(client.commands.get(x).help.category)) { categories.push(client.commands.get(x).help.category); -- cgit v1.2.3