mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-23 18:00:07 +08:00
🎨 改进代码样式
This commit is contained in:
parent
45f0f5cd6c
commit
edb0880999
@ -2,12 +2,13 @@ package aireply
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"regexp"
|
||||||
|
"strconv"
|
||||||
|
|
||||||
"github.com/pkumza/numcn"
|
"github.com/pkumza/numcn"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
zero "github.com/wdvxdr1123/ZeroBot"
|
zero "github.com/wdvxdr1123/ZeroBot"
|
||||||
"github.com/wdvxdr1123/ZeroBot/message"
|
"github.com/wdvxdr1123/ZeroBot/message"
|
||||||
"regexp"
|
|
||||||
"strconv"
|
|
||||||
|
|
||||||
"github.com/FloatTech/AnimeAPI/aireply"
|
"github.com/FloatTech/AnimeAPI/aireply"
|
||||||
"github.com/FloatTech/AnimeAPI/tts"
|
"github.com/FloatTech/AnimeAPI/tts"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user