mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Optimize
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
})
|
||||
|
||||
afterUpdate(() => {
|
||||
if (message.content.slice(-5).match(/```/)) refreshCounter++
|
||||
if (message.content.slice(-5).includes('```')) refreshCounter++
|
||||
})
|
||||
|
||||
const edit = () => {
|
||||
|
||||
Reference in New Issue
Block a user