File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ package aireply
3
3
4
4
import (
5
5
"errors"
6
- "github.com/FloatTech/ZeroBot-Plugin/control"
6
+ "math/rand"
7
+ "time"
8
+
7
9
log "github.com/sirupsen/logrus"
8
10
zero "github.com/wdvxdr1123/ZeroBot"
9
11
"github.com/wdvxdr1123/ZeroBot/extension/rate"
10
12
"github.com/wdvxdr1123/ZeroBot/message"
11
- "math/rand"
12
- "time "
13
+
14
+ "github.com/FloatTech/ZeroBot-Plugin/control "
13
15
)
14
16
15
17
var (
Original file line number Diff line number Diff line change @@ -2,16 +2,17 @@ package aireply
2
2
3
3
import (
4
4
"fmt"
5
- log "github.com/sirupsen/logrus"
6
- "github.com/tidwall/gjson"
7
- zero "github.com/wdvxdr1123/ZeroBot"
8
- "github.com/wdvxdr1123/ZeroBot/utils/helper"
9
5
"io/ioutil"
10
6
"net/http"
11
7
"net/url"
12
8
"regexp"
13
9
"strconv"
14
10
"strings"
11
+
12
+ log "github.com/sirupsen/logrus"
13
+ "github.com/tidwall/gjson"
14
+ zero "github.com/wdvxdr1123/ZeroBot"
15
+ "github.com/wdvxdr1123/ZeroBot/utils/helper"
15
16
)
16
17
17
18
// QYKReply 青云客回复类
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ package aireply
2
2
3
3
import (
4
4
"fmt"
5
- log "github.com/sirupsen/logrus"
6
- zero "github.com/wdvxdr1123/ZeroBot"
7
- "github.com/wdvxdr1123/ZeroBot/utils/helper"
8
5
"io/ioutil"
9
6
"net/http"
10
7
"net/url"
11
8
"strings"
9
+
10
+ log "github.com/sirupsen/logrus"
11
+ zero "github.com/wdvxdr1123/ZeroBot"
12
+ "github.com/wdvxdr1123/ZeroBot/utils/helper"
12
13
)
13
14
14
15
// XiaoAiReply 小爱回复类
You can’t perform that action at this time.
0 commit comments