0.1.6 • Published 3 years ago

cqhttp_bot v0.1.6

Weekly downloads
-
License
GPLv3
Repository
github
Last release
3 years ago

cqhttp-bot

使用正向 websocket 的 cqhttp bot

使用

// echo bot
import {QBot} from 'https://cdn.jsdelivr.net/gh/coolrc136/cqhttp-bot@main/deno_dist/mod.ts'

const bot = new QBot("ws://111.111.111.111:6700?access_token=123456")

bot.onmessage(msg=> {
    bot.send(JSON.stringify(
        msg.quick_reply(msg.message)
        )
    )
})
bot.run()

更多用法请参考 demo.ts

0.1.6

3 years ago

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago