Closed JMR-Mejia closed 3 years ago
Try this.
require('child_process').fork('anotherbot.js')
https://nodejs.org/api/child_process.html The documentation about child process with nodejs.
A bot can't call another bot, According to the Telegram API
can I do bot execute other bot?
I want a bot scraper to give a list to music bot, Can I do?