This commit is contained in:
7cc5c4f330d47060 2024-09-11 23:58:16 -04:00
parent bfd8c76e15
commit a76971147e
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -66,7 +66,7 @@ const createBot = function createBot (host, oldId) {
module.exports.bots[oldId] = bot
} else {
bot.id = module.exports.bots.length
module.exports.bots.push(bots)
module.exports.bots.push(bot)
}
bot.host = host