We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319f4f commit 468cabfCopy full SHA for 468cabf
plugin/kokomi/kokomi.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- api = "http://8.134.179.136/genshin/"
+ api = "http://47.93.28.113/genshin/"
19
20
21
func init() {
plugin/vtbwife/vtb.go
@@ -12,7 +12,7 @@ import (
12
"github.com/wdvxdr1123/ZeroBot/message"
13
14
-const url = "http://8.134.179.136/vtbwife?id="
+const url = "http://47.93.28.113/vtbwife?id="
func init() { // 插件主体
engine := control.Register("vtbwife", &ctrl.Options[*zero.Ctx]{
0 commit comments