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