GraiaProject / Avilla

The next-gen framework for IM development. Powered by Graia Project.
MIT License
160 stars 14 forks source link

feat(onebot11): RequestEvent action #157

Closed SerinaNya closed 7 months ago

SerinaNya commented 7 months ago
@...
async def member_join_request(ctx: Context, event: RequestEvent):
    req = event.request
    await req.accept()

req.accept() && req.reject() etc. not implemented