Skip to content

Commit

Permalink
修改触发指令使其更贴切功能~
Browse files Browse the repository at this point in the history
  • Loading branch information
Suika99 authored Jul 1, 2021
1 parent 24f723e commit 4d3a478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_bilibili/live_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

func init() {
zero.OnRegex(`^>bili info\s?(.{1,25})$`).
zero.OnRegex(`^>vup info\s?(.{1,25})$`).
Handle(func(ctx *zero.Ctx) {
keyword := ctx.State["regex_matched"].([]string)[1]
res, err := uid(keyword)
Expand Down

0 comments on commit 4d3a478

Please sign in to comment.