mirror of
https://shylinux.com/x/icebergs
synced 2025-05-12 15:38:14 +08:00
add some
This commit is contained in:
parent
b0c7feb56e
commit
705f3d074e
2
exec.go
2
exec.go
@ -164,7 +164,7 @@ func (m *Message) _command(arg ...Any) *Message {
|
||||
}
|
||||
}
|
||||
}
|
||||
if count := kit.Int(m.Option(MSG_COUNT, kit.Format(kit.Int(m.Option(MSG_COUNT))+1))); m.Warn(count > 3000, ErrTooDeepCount) {
|
||||
if count := kit.Int(m.Option(MSG_COUNT, kit.Format(kit.Int(m.Option(MSG_COUNT))+1))); m.Warn(count > 5000, ErrTooDeepCount) {
|
||||
panic(count)
|
||||
}
|
||||
list := kit.Simple(args...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user