jellyfin-discord-bot/server/events/ready.ts
2023-04-15 22:06:35 +02:00

5 lines
149 B
TypeScript

export const name = 'ready'
export function execute(client: any) {
//console.log(`Processing ready: ${JSON.stringify(client)} has been created.`)
}