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