updates
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
// https://play.hatter.me/doc/showDocDetail.jssp?id=8882
|
||||
|
||||
// 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 ??
|
||||
|
||||
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/@3/deno-server-control-1.6.0-mod.ts";
|
||||
import {serverControlMain} from "https://global.hatter.ink/script/get/@5/deno-server-control-1.6.0-mod.ts";
|
||||
|
||||
serverControlMain(import.meta.url).catch((e) => log.error(e));
|
||||
|
||||
Reference in New Issue
Block a user