This commit is contained in:
Webifi 2023-06-14 17:12:42 -05:00
parent a5d7560fa9
commit e6c638a60a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
}) })
afterUpdate(() => { afterUpdate(() => {
if (message.content.slice(-5).match(/```/)) refreshCounter++ if (message.content.slice(-5).includes('```')) refreshCounter++
}) })
const edit = () => { const edit = () => {