fix: .
This commit is contained in:
parent
6add84019a
commit
30986abb3c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue