Merge remote-tracking branch 'origin/qqguild' #731
Annotations
12 errors
lint:
adapters/qqguild/src/message.ts#L44
'srcGuildId' is assigned a value but never used
|
lint
Process completed with exit code 1.
|
build:
adapters/qqguild/src/utils.ts#L39
Cannot assign to 'author' because it is a read-only property.
|
build:
adapters/qqguild/src/utils.ts#L66
Type 'Partial<Session>' is not assignable to type 'Message'.
|
build:
adapters/qqguild/src/utils.ts#L102
Property 'channelName' does not exist on type 'Session'.
|
build:
adapters/qqguild/src/utils.ts#L110
Property 'guildName' does not exist on type 'Session'.
|
build:
adapters/onebot/src/types.ts#L92
Namespace '"/home/runner/work/satori/satori/packages/protocol/lib/index"' has no exported member 'Author'.
|
build:
adapters/onebot/src/utils.ts#L21
Type '{ user: Universal.User; nickname: string; roles: OneBot.GroupRole[]; id: string; name?: string; nick?: string; userId?: string; username?: string; avatar?: string; discriminator?: string; isBot?: boolean; }' is not assignable to type 'GuildMember'.
|
build:
adapters/onebot/src/utils.ts#L31
Type '{ user: { id: string; name: string; isBot: boolean; }; nickname: string; roles: string[]; }' is not assignable to type 'GuildMember'.
|
build:
adapters/onebot/src/utils.ts#L41
Type '{ user: { id: string; name: string; isBot: boolean; }; nickname: string; roles: string[]; }' is not assignable to type 'GuildMember'.
|
build:
adapters/onebot/src/utils.ts#L45
Namespace '"/home/runner/work/satori/satori/packages/protocol/lib/index"' has no exported member 'Author'.
|
build:
adapters/onebot/src/utils.ts#L54
Property 'author' does not exist on type 'Message'.
|