spdevg
Results
1
comments of
spdevg
`import { PoeClient, sleep } from './dist/PoeClient.js'; let client = new PoeClient({ logLevel: 'debug' }); await client.init(); await sendMsg() async function sendMsg() { console.log(`sleeping...`) await sleep(2000) await client.sendMessage("ping", 'chinchilla', false,...