updates
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
// deno-1.6.0 run --allow-all server-control.ts ??
|
||||
// or
|
||||
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@2/server-control.ts ??
|
||||
// deno-1.6.0 run --allow-all https://script.hatter.ink/@2/server-control.ts ??
|
||||
// deno-1.6.0 run --allow-all https://global.hatter.ink/script/get/@4/server-control.ts ??
|
||||
// deno-1.6.0 run --allow-all https://script.hatter.ink/@4/server-control.ts ??
|
||||
|
||||
import {log} from "https://global.hatter.ink/script/get/@1/deno-commons-1.6.0-mod.ts";
|
||||
import {serverControlMain} from "https://global.hatter.ink/script/get/@5/deno-server-control-1.6.0-mod.ts";
|
||||
import {serverControlMain} from "https://global.hatter.ink/script/get/@6/deno-server-control-1.6.0-mod.ts";
|
||||
|
||||
serverControlMain(import.meta.url).catch((e) => log.error(e));
|
||||
|
||||
Reference in New Issue
Block a user