From 36eb07fec7646012a711198ee8bfb3598e9e811f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 22 Dec 2020 10:06:16 -0500 Subject: Added slowdown --- 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 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'); -- cgit v1.2.3