aboutsummaryrefslogtreecommitdiff
path: root/commands/help.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-12-22 10:06:16 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-12-22 10:06:16 -0500
commit36eb07fec7646012a711198ee8bfb3598e9e811f (patch)
tree10cfc2964508757fe89a52c5f0ad5144dd38b9c0 /commands/help.js
parent865c0495f30020793af1d3e277c97c8b81606f61 (diff)
downloadAleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.tar.gz
AleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.tar.bz2
AleeBot-36eb07fec7646012a711198ee8bfb3598e9e811f.zip
Added slowdown
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');