Skip to content

chore: remove unnecessary features that require privileged intents #611

chore: remove unnecessary features that require privileged intents

chore: remove unnecessary features that require privileged intents #611

Triggered via pull request September 20, 2023 21:35
Status Success
Total duration 34s
Artifacts

eslint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x): src/commands/utility/eval.ts#L122
Unexpected any. Specify a different type
build (16.x): src/events/server/threadCreate.ts#L11
Do not use "@ts-ignore" because it alters compilation errors
build (16.x): src/types/Event.ts#L9
Unexpected any. Specify a different type
build (16.x): src/utils/db.ts#L17
Unexpected any. Specify a different type
build (16.x): src/utils/handleTicketDelete.ts#L3
'MessageAttachment' is defined but never used
build (16.x): src/utils/handleTicketDelete.ts#L167
'fetchMessages' is assigned a value but never used