Skip to content

feat(core): implement getLogin(), polyfill getSelf() #726

feat(core): implement getLogin(), polyfill getSelf()

feat(core): implement getLogin(), polyfill getSelf() #726

Triggered via push September 25, 2023 13:59
Status Failure
Total duration 52s
Artifacts

build.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: adapters/telegram/src/utils.ts#L45
Cannot assign to 'author' because it is a read-only property.
build: adapters/telegram/src/message.ts#L1
'"@satorijs/satori"' has no exported member named 'SendOptions'. Did you mean 'ListenOptions'?
build: adapters/telegram/src/bot.ts#L115
Conversion of type 'Message' to type 'Session' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build: adapters/slack/src/utils.ts#L88
Cannot assign to 'author' because it is a read-only property.
build: adapters/slack/src/utils.ts#L97
Property 'channelId' does not exist on type 'Message'. Did you mean 'channel'?
build: adapters/slack/src/utils.ts#L122
Conversion of type 'Partial<Session>' to type 'Message' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build: adapters/slack/src/utils.ts#L144
Cannot assign to 'author' because it is a read-only property.
build: adapters/slack/src/utils.ts#L148
Conversion of type 'Partial<Session>' to type 'Message' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build: adapters/slack/src/utils.ts#L235
Property 'type' is missing in type '{ id: string; name: string; }' but required in type 'Channel'.
build: adapters/qqguild/src/utils.ts#L7
Type '{ id: string; name: string; guildId: string; guildName: string; }' is not assignable to type 'Guild'.