last push

This commit is contained in:
DJj123dj
2022-08-01 18:23:01 +02:00
parent e2f237e7b6
commit 8aee358081
5 changed files with 23 additions and 6 deletions
+8 -1
View File
@@ -2,14 +2,21 @@ const discord = require("discord.js")
const api = require("../core/api/api.js")
module.exports = () => {
const {client,config,events,utils} = api
const {client,config,events,utils,actions} = api
//this code will run when the bot starts!
//in this example, we will say "hello" in the console when someone opens a ticket!
/**
events.onTicketOpen((user,channel,guild,date,ticketdata) => {
console.log("hello, someone opened a ticket!")
})
*/
}