Skip to content

feat(chat): implement chat #13

feat(chat): implement chat

feat(chat): implement chat #13

Triggered via pull request October 29, 2023 23:45
Status Failure
Total duration 1m 14s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: packages/chat/src/index.ts#L36
'logger' is assigned a value but never used
lint
Process completed with exit code 1.
build: packages/core/src/index.ts#L114
This comparison appears to be unintentional because the types 'Status' and 'string' have no overlap.
build: packages/chat/src/index.ts#L4
Cannot find module 'koishi-plugin-messages' or its corresponding type declarations.
build: packages/chat/src/index.ts#L50
Property 'messages' does not exist on type 'Context'.
build: packages/chat/src/index.ts#L56
Property 'messages' does not exist on type 'Context'.
build: packages/chat/src/index.ts#L69
Property 'messages' does not exist on type 'Context'.
build: packages/chat/src/index.ts#L73
Argument of type '"chat/update"' is not assignable to parameter of type 'keyof Events<Context>'.
build: packages/chat/src/index.ts#L77
Argument of type '"chat/message"' is not assignable to parameter of type 'keyof Events<Context>'.
build: packages/chat/src/index.ts#L112
Property 'messages' does not exist on type 'Context'.
build
Process completed with exit code 2.