v4.0.0 preparations

This commit is contained in:
DJj123dj
2024-08-21 11:56:47 +02:00
parent fd3ae39150
commit 9326d0fae8
112 changed files with 32 additions and 13633 deletions
-19
View File
@@ -1,19 +0,0 @@
const discord = require("discord.js")
const api = require("../core/api/api.js")
module.exports = () => {
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!")
})
*/
}