提交 eb419b3e 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

drop deprecated method

上级 d7b4db66
......@@ -5,14 +5,14 @@ const { Wechaty } = require('wechaty')
async function main() {
const bot = Wechaty.instance()
try {
await bot.init()
await bot.start()
console.log(`Wechaty v${bot.version()} smoking test passed.`)
} catch (e) {
console.error(e)
// Error!
return 1
} finally {
await bot.quit()
await bot.stop()
}
return 0
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册