We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e0e6f commit bf6714fCopy full SHA for bf6714f
1 file changed
main.go
@@ -18,11 +18,11 @@ import (
18
19
// 娱乐类
20
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_ai_false" // 服务器监控
21
+ _ "github.com/FloatTech/ZeroBot-Plugin/plugin_hs" // 炉石
22
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_minecraft" // MCSManager
23
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_music" // 点歌
24
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_omikuji" // 浅草寺求签
25
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_shindan" // 测定
- _ "github.com/FloatTech/ZeroBot-Plugin/plugin_hs" // 炉石
26
27
// b站相关
28
_ "github.com/FloatTech/ZeroBot-Plugin/plugin_bilibili" // 查询b站用户信息
0 commit comments