mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
14 lines
216 B
Go
14 lines
216 B
Go
package main
|
|
|
|
import (
|
|
zero "github.com/wdvxdr1123/ZeroBot"
|
|
"github.com/wdvxdr1123/ZeroBot/driver"
|
|
)
|
|
|
|
type zbpcfg struct {
|
|
Z zero.Config `json:"zero"`
|
|
W []*driver.WSClient `json:"ws"`
|
|
}
|
|
|
|
var config zbpcfg
|