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
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.