aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
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 36d4630..dce2974 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) => {
+module.exports.run = async (client, message) => {z
const categories = [];
const commands = Array.from(client.commands.keys());
const settings = require('../storage/settings.json');