Skip to content

Commit

Permalink
fix: bym 又发现了bym的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ikechan8370 committed Dec 29, 2024
1 parent 11fb6f5 commit f6ce6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/bym.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6ce6dc

Please sign in to comment.