node-event-bot/server/events/ready.ts
mightypanders 10bc4ae5df
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update interfaces
2022-04-09 23:02:08 +02:00

5 lines
147 B
TypeScript

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