From ca4ddb424c5934fb369b5964deac147cd4f409b8 Mon Sep 17 00:00:00 2001 From: Eartharoid Date: Fri, 3 May 2019 22:59:57 +0100 Subject: [PATCH] update --- commands/help.js | 2 +- commands/new.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";