diff --git a/commands/help.js b/commands/help.js index c9c86e3..2b4fa57 100644 --- a/commands/help.js +++ b/commands/help.js @@ -2,7 +2,7 @@ module.exports = { name: 'help', description: 'Displays help menu', usage: 'help [command]', - execute(message, args, config, version) { + execute(message, args, config, version, client, Discord) { // command starts here message.delete(); if(config.useEmbeds) { diff --git a/commands/new.js b/commands/new.js index b38c6ef..6586244 100644 --- a/commands/new.js +++ b/commands/new.js @@ -2,7 +2,7 @@ module.exports = { name: 'new', description: 'Create a new ticket', usage: 'new [brief description]', - execute(message, args, config, version) { + execute(client, message, args, config, Discord) { // command starts here message.delete(); const ticketChannel = "channel";