fix: bym 又发现了bym的bug

This commit is contained in:
ikechan8370 2024-12-29 20:40:56 +08:00
parent 11fb6f5281
commit f6ce6dcec5

View file

@ -69,10 +69,10 @@ export class bym extends plugin {
let group = e.group_id
let prop = Math.floor(Math.random() * 100)
if (Config.assistantLabel && e.msg?.includes(Config.assistantLabel)) {
prop = prop / 100
prop = -1
}
if (e.msg?.endsWith('')) {
prop = prop / 100
prop = prop / 10
}
let fuck = false