From 419221922c2719b88759ccfb36a846230b01c2fd Mon Sep 17 00:00:00 2001 From: Trey <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 12 Aug 2018 04:04:47 -0400 Subject: this shit gets old - A Wise Man --- commands/Utility/recentchanges.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'commands') diff --git a/commands/Utility/recentchanges.js b/commands/Utility/recentchanges.js index aa6ecd0..35b01b9 100644 --- a/commands/Utility/recentchanges.js +++ b/commands/Utility/recentchanges.js @@ -6,7 +6,7 @@ * Licensed under the Open Software License version 3.0 * * *************************************/ -module.exports.run = async (client, bot, message) => { +module.exports.run = async (bot, message) => { const { RichEmbed } = require('discord.js'); msg.channel.send( @@ -28,7 +28,6 @@ module.exports.run = async (client, bot, message) => { exports.help = { name: 'recentchanges', description: 'Tells you information about the bot', - usage: '', - category: '- Information Commands', + usage: 'n/A',, }; -- cgit v1.2.3