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