Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FloatTech/ZeroBot-Plugin
/ randText
Function
randText
plugin/atri/atri.go:38–40 ·
view source on GitHub ↗
(text ...string)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
randText(text ...string) message.Segment {
39
return
message.Text(text[rand.Intn(len(text))])
40
}
41
42
// isAtriSleeping 凌晨0点到6点,ATRI 在睡觉,不回应任何请求
43
func
isAtriSleeping(*zero.Ctx) bool {
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected