This commit is contained in:
Siwoo Jeon 2023-07-04 22:23:59 +09:00
parent 6add84019a
commit 30986abb3c
Signed by: migan
GPG key ID: C4151385FFD2082A

View file

@ -15,7 +15,7 @@ export default class extends Command {
else return
})
msg.channel.send(
`머핀 데이터: ${muffin.length}\nnsfw 데이터: ${nsfw.length}`
`머핀 데이터: ${muffin.length}\nnsfw 데이터: ${nsfw.length}`
)
db.release()
}