Files
open-ticket/core/api/modules/custom.js
T
2022-07-25 20:09:52 +02:00

9 lines
166 B
JavaScript

const discord = require("discord.js")
const client = require("../../../index").client
module.exports = () => {
//this code will run when the bot starts!
}