diff --git a/src/gateway/index.ts b/src/gateway/index.ts index b2002d2..7de2bac 100644 --- a/src/gateway/index.ts +++ b/src/gateway/index.ts @@ -12,7 +12,7 @@ import { } from '../types/gateway.ts' import { gatewayHandlers } from './handlers/index.ts' import { GATEWAY_BOT } from '../types/endpoint.ts' -import { GatewayCache } from "../managers/GatewayCache.ts" +import { GatewayCache } from "../managers/gatewayCache.ts" import { ClientActivityPayload } from "../structures/presence.ts" /**