Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FloatTech/ZeroBot-Plugin-Playground
/ randText
Function
randText
plugin/exJiangRed/message.go:173–175 ·
view source on GitHub ↗
randText 随机文本
(text ...string)
Source
from the content-addressed store, hash-verified
171
172
// randText 随机文本
173
func
randText(text ...string) message.Segment {
174
return
message.Text(text[rand.Intn(len(text))])
175
}
176
177
// 可以填入Handle的封装好的函数
178
func
onmessage(ctx *zero.Ctx) {
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected