Skip to content

Update messageCreate.ts - Remove old references #72

Update messageCreate.ts - Remove old references

Update messageCreate.ts - Remove old references #72

Re-run triggered January 7, 2024 21:29
Status Failure
Total duration 20s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
code-check: src/event/messageCreate.ts#L32
Property 'staffRoleIds' does not exist on type '{ devRoleIds: string[]; adminRoleIds: string[]; }'.
code-check: src/event/messageCreate.ts#L56
Property 'isStaffCommand' does not exist on type 'MessageCommand'.
code-check: src/event/messageCreate.ts#L57
Property 'isStaffCommand' does not exist on type 'MessageCommand'.
code-check: src/event/messageCreate.ts#L71
Type '{ message: Message<boolean>; args: string[]; matchedCommand: string; fromBot: boolean; isStaff: boolean; isAdmin: false; }' is not assignable to type 'MessageCommandFunctionCall'.
code-check: src/event/messageCreate.ts#L101
Property 'isStaffContain' does not exist on type 'MessageContain'.
code-check: src/event/messageCreate.ts#L102
Property 'isStaffContain' does not exist on type 'MessageContain'.
code-check: src/event/messageCreate.ts#L117
Type '{ message: Message<boolean>; matchedContain: string; fromBot: boolean; isStaff: boolean; isAdmin: false; }' is not assignable to type 'MessageContainFunctionCall'.
code-check
Process completed with exit code 2.
code-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2.4.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/