Optimize
This commit is contained in:
parent
a5d7560fa9
commit
e6c638a60a
|
@ -49,7 +49,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
afterUpdate(() => {
|
afterUpdate(() => {
|
||||||
if (message.content.slice(-5).match(/```/)) refreshCounter++
|
if (message.content.slice(-5).includes('```')) refreshCounter++
|
||||||
})
|
})
|
||||||
|
|
||||||
const edit = () => {
|
const edit = () => {
|
||||||
|
|
Loading…
Reference in New Issue