add imports

This commit is contained in:
aynakeya
2024-04-09 22:08:19 -07:00
parent eab02b0e02
commit e899c93a01
3 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package openblive
import (
"context"
"errors"
"github.com/AynaLivePlayer/liveroom-sdk"
"github.com/AynaLivePlayer/liveroom-sdk/utils"
openblive "github.com/aynakeya/open-bilibili-live"
"strconv"

View File

@@ -4,6 +4,7 @@ import (
"errors"
"github.com/AynaLivePlayer/blivedm-go/client"
"github.com/AynaLivePlayer/blivedm-go/message"
"github.com/AynaLivePlayer/liveroom-sdk"
"github.com/AynaLivePlayer/liveroom-sdk/utils"
"github.com/go-resty/resty/v2"
"github.com/spf13/cast"

View File

@@ -1,5 +1,9 @@
package utils
import (
"github.com/AynaLivePlayer/liveroom-sdk"
)
func BilibiliGuardLevelToPrivilege(level int) int {
switch level {
case 1: