From 5a05667a74873e4288e0a432d4adfc52cb61ec24 Mon Sep 17 00:00:00 2001 From: bergyu Date: Wed, 3 Nov 2021 11:16:33 +0800 Subject: [PATCH] opt some --- core/team/count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/team/count.go b/core/team/count.go index 3c8a0ed3..37ecf42b 100644 --- a/core/team/count.go +++ b/core/team/count.go @@ -20,7 +20,7 @@ func init() { m.Cmdy(TASK, mdb.INSERT, arg) }}, }, TASK), Hand: func(m *ice.Message, c *ice.Context, cmd string, arg ...string) { - begin_time, end_time := _task_scope(m, 8, append([]string{LONG}, arg...)...) + begin_time, end_time := _plan_scope(m, 8, append([]string{LONG}, arg...)...) msg := _plan_list(m.Spawn(), begin_time, end_time) msg.SortTime(BEGIN_TIME)