update README

This commit is contained in:
Cam 2022-01-08 13:03:48 +08:00
parent b75335c306
commit 14c641528a

View File

@ -44,6 +44,7 @@ print(danmu.timestamp)
from blive import BLiver, Events, BLiverCtx
app = BLiver(123)
@app.on(Events.DANMU_MSG)
async def listen_danmu(ctx: BLiverCtx):
danmu = DanMuMsg(ctx.body)