aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrey <32907415+TheEdgeNK@users.noreply.github.com>2018-08-12 04:04:47 -0400
committerGitHub <noreply@github.com>2018-08-12 04:04:47 -0400
commit419221922c2719b88759ccfb36a846230b01c2fd (patch)
treea63a8bd70ae602bf316c6d6ae85d952ea60bddd5
parenta19180d1d1ac2a9fa0176d698adfdf1cdab0ad2c (diff)
downloadPokeBot-419221922c2719b88759ccfb36a846230b01c2fd.tar.gz
PokeBot-419221922c2719b88759ccfb36a846230b01c2fd.tar.bz2
PokeBot-419221922c2719b88759ccfb36a846230b01c2fd.zip
this shit gets old - A Wise Man
-rw-r--r--commands/Utility/recentchanges.js5
1 files changed, 2 insertions, 3 deletions
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',,
};