update api

This commit is contained in:
aynakeya
2024-04-07 23:46:17 -07:00
parent 77e5a27ca9
commit 5e144eab2b
12 changed files with 70 additions and 24 deletions

View File

@@ -24,9 +24,9 @@ package main
import (
"fmt"
"github.com/Akegarasu/blivedm-go/client"
"github.com/Akegarasu/blivedm-go/message"
_ "github.com/Akegarasu/blivedm-go/utils"
"github.com/AynaLivePlayer/blivedm-go/client"
"github.com/AynaLivePlayer/blivedm-go/message"
_ "github.com/AynaLivePlayer/blivedm-go/utils"
log "github.com/sirupsen/logrus"
"github.com/tidwall/gjson"
)