aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-21 01:26:03 -0400
committerAlee <alee14498@gmail.com>2018-04-21 01:26:03 -0400
commit53daad435ae51926726a72329d6c20d83d8cb15c (patch)
tree42c55f7c38394df0176a9e49d864cb6677a62f8f /commands/help.js
parentb42615962452fcc0e1629ade147bc03320795d23 (diff)
downloadAleeBot-53daad435ae51926726a72329d6c20d83d8cb15c.tar.gz
AleeBot-53daad435ae51926726a72329d6c20d83d8cb15c.tar.bz2
AleeBot-53daad435ae51926726a72329d6c20d83d8cb15c.zip
fixes
Diffstat (limited to 'commands/help.js')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
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);