From bb471c2089df62048d68705c1312f396cdcc0c2b Mon Sep 17 00:00:00 2001 From: harveyshao Date: Thu, 27 Oct 2022 22:28:42 +0800 Subject: [PATCH] opt some --- src/hi/hi.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/hi/hi.js b/src/hi/hi.js index f495e8a4..c7c8be0b 100644 --- a/src/hi/hi.js +++ b/src/hi/hi.js @@ -1,8 +1,5 @@ Volcanos(chat.ONIMPORT, {help: "导入数据", _init: function(can, msg) { msg.Echo("hello world") - msg.Echo("hello world") - msg.Echo("hello world") - msg.Echo("hello world") - msg.Echo("hello world") + msg.Echo("") msg.Dump(can) -}}) \ No newline at end of file +}})