mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
update
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user