diff options
Diffstat (limited to 'commands/Utility/recentchanges.js')
| -rw-r--r-- | commands/Utility/recentchanges.js | 5 |
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',, }; |
