mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
update
This commit is contained in:
parent
6c134a6bc5
commit
ca4ddb424c
@ -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) {
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user