From 3f227d49c7ad7aefb121e836f7b4b812ba64fc21 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Fri, 29 Oct 2021 11:02:19 +0800 Subject: [PATCH] update --- core/test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/test.go b/core/test.go index 8358dd5..daec74c 100644 --- a/core/test.go +++ b/core/test.go @@ -403,7 +403,6 @@ Alias=sillyGirl.service` }, { Rules: []string{"^time$"}, - Admin: true, Handle: func(s Sender) interface{} { return OttoFuncs["timeFormat"]("2006-01-02 15:04:05") },