Skip to content

Commit c257bfc

Browse files
committed
fix:设置默认为碧蓝航线 制造差异
1 parent b37175f commit c257bfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/fortune/fortune.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ func init() {
116116
en.OnFullMatchGroup([]string{"运势", "抽签"}).SetBlock(true).
117117
Handle(func(ctx *zero.Ctx) {
118118

119-
// 获取该群背景类型,默认车万
120-
kind := "公主连结"
119+
kind := "碧蓝航线"
121120
gid := ctx.Event.GroupID
122121
if gid <= 0 {
123122
// 个人用户设为负数

0 commit comments

Comments
 (0)