mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
add todo
This commit is contained in:
parent
158eabaa45
commit
f112be3efe
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ function inject (bot) {
|
|||
song.name = fallbackName
|
||||
break
|
||||
default:
|
||||
// TODO: use worker_threads so the entire bot doesn't freeze (for example parsing we are number 1 black midi)
|
||||
|
||||
// eslint-disable-next-line no-case-declarations
|
||||
const midi = new Midi(buffer)
|
||||
song = convertMidi(midi)
|
||||
|
|
Loading…
Reference in a new issue