jellyfin-discord-bot/server/events/ready.ts

5 lines
149 B
TypeScript
Raw Normal View History

2023-04-15 22:06:35 +02:00
export const name = 'ready'
export function execute(client: any) {
//console.log(`Processing ready: ${JSON.stringify(client)} has been created.`)
}