diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 182c2a121..3a2781a2d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,4 +11,5 @@ jobs: - name: Commit formatted files uses: EndBug/add-and-commit@v7 - name: Run lint script - run: deno lint ./src ./tests --ignore=./src/types + run: deno lint ./src ./tests + diff --git a/src/types/discordeno/eventHandlers.ts b/src/types/discordeno/eventHandlers.ts index 72137e1ce..c456c91ee 100644 --- a/src/types/discordeno/eventHandlers.ts +++ b/src/types/discordeno/eventHandlers.ts @@ -4,7 +4,6 @@ import { DiscordenoMember } from "../../structures/member.ts"; import { DiscordenoMessage } from "../../structures/message.ts"; import { DiscordenoRole } from "../../structures/role.ts"; import { Collection } from "../../util/collection.ts"; -import { DiscordenoShard } from "../../ws/ws.ts"; import { ThreadMember } from "../channels/threads/thread_member.ts"; import { ThreadMembersUpdate } from "../channels/threads/thread_members_update.ts"; import { IntegrationCreateUpdate } from "../integrations/integration_create_update.ts";