interface ShardGatewayConfigimport { type ShardGatewayConfig } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; Propertiescompress: booleanWhether incoming payloads are compressed using zlib. intents: numberThe calculated intent value of the events which the shard should receive. properties: { os: string; browser: string; device: string; }Identify properties to use token: stringBot token which is used to connect to Discord url: stringThe URL of the gateway which should be connected to. version: numberThe gateway version which should be used. import ShardGatewayConfigimport { ShardGatewayConfig } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";