mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: bym 又发现了bym的bug
This commit is contained in:
parent
11fb6f5281
commit
f6ce6dcec5
1 changed files with 2 additions and 2 deletions
|
|
@ -69,10 +69,10 @@ export class bym extends plugin {
|
||||||
let group = e.group_id
|
let group = e.group_id
|
||||||
let prop = Math.floor(Math.random() * 100)
|
let prop = Math.floor(Math.random() * 100)
|
||||||
if (Config.assistantLabel && e.msg?.includes(Config.assistantLabel)) {
|
if (Config.assistantLabel && e.msg?.includes(Config.assistantLabel)) {
|
||||||
prop = prop / 100
|
prop = -1
|
||||||
}
|
}
|
||||||
if (e.msg?.endsWith('?')) {
|
if (e.msg?.endsWith('?')) {
|
||||||
prop = prop / 100
|
prop = prop / 10
|
||||||
}
|
}
|
||||||
|
|
||||||
let fuck = false
|
let fuck = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue