/djs-deno

Primary LanguageTypeScriptMIT LicenseMIT

djs-deno

  1. deno cache --node-modules-dir main.ts
  2. deno run --allow-read=. --allow-write=. scripts/modify_shard.ts
  3. deno run --node-modules-dir --allow-env --allow-read --allow-net main.ts

Acknowledgements

Thank you to @walker27460 for writing the WebSocket wrapper.