1
0
mirror of https://github.com/Burn-E99/SweeperBot.git synced 2026-06-03 23:43:49 -04:00

update to support deno 2 correctly

This commit is contained in:
Ean Milligan
2025-07-24 03:14:40 -04:00
parent 42cb621bf6
commit 2b2806bb76
18 changed files with 994 additions and 482 deletions

View File

@@ -1 +1 @@
deno run --allow-write=./logs/ --allow-net .\mod.ts
deno run --allow-write=./logs/ --allow-net --allow-import ./mod.ts