fix b14 & cd

This commit is contained in:
源文雨
2022-03-26 22:01:50 +08:00
parent 87e3297904
commit 82768fff59
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ func init() {
str := ctx.State["regex_matched"].([]string)[1]
es := base14.DecodeString(str)
if es != "" {
ctx.SendChain(message.Text(base14.DecodeString(es)))
ctx.SendChain(message.Text(es))
} else {
ctx.SendChain(message.Text("解密失败!"))
}