main bot spawn child bot?
Hey guys,
I want my discord bot to spawn another discord bot via a listener “child process”, does sapphire support anything like this or maybe even djs itself? Thanks so much 🙏
I want my discord bot to spawn another discord bot via a listener “child process”, does sapphire support anything like this or maybe even djs itself? Thanks so much 🙏
Solution:Jump to solution
Sapphire is just a framework on top of discord.js so no, what you're trying to do requires some extra steps which neither sapphire or discord.js do for you. You have to write the logic for spawning the child bot yourself.
2 Replies
Solution
Sapphire is just a framework on top of discord.js so no, what you're trying to do requires some extra steps which neither sapphire or discord.js do for you. You have to write the logic for spawning the child bot yourself.
Roger that, just wanted to check. Thanks Oreo ❤️