Fixed issue #1

This commit is contained in:
root 2021-09-03 16:05:20 +02:00
parent 4cdd3af63d
commit 3eb67166f7

2
bot.js
View File

@ -186,7 +186,7 @@ function onMessageHandler (channel, userstate, message, self) {
var syllables = words.map(syllabify);
var syllableCount = 0;
syllabify.forEach((s) => {
syllables.forEach((s) => {
syllableCount += s.length;
});