mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
update
This commit is contained in:
parent
b32d038e0b
commit
d2dc415f5a
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
description: 'An example command',
|
description: 'An example command',
|
||||||
usage: '[args]',
|
usage: '[args]',
|
||||||
aliases: ['command', 'commands'],
|
aliases: ['command', 'commands'],
|
||||||
example: 'example-command',
|
example: 'example-command',
|
||||||
args: false,
|
args: false,
|
||||||
cooldown: config.cooldown,
|
cooldown: config.cooldown,
|
||||||
execute(message, args) {
|
execute(message, args) {
|
||||||
|
@ -9,6 +9,7 @@ module.exports = {
|
|||||||
args: true,
|
args: true,
|
||||||
cooldown: config.cooldown,
|
cooldown: config.cooldown,
|
||||||
execute(message, args) {
|
execute(message, args) {
|
||||||
|
const client = message.client;
|
||||||
// command starts here
|
// command starts here
|
||||||
message.delete();
|
message.delete();
|
||||||
const ticketChannel = "channel";
|
const ticketChannel = "channel";
|
||||||
|
Loading…
Reference in New Issue
Block a user