Hey! I am working on a meetings system that would require my bot to join meetings and record transcriptions.
As we have several meetings and sometimes they overlap, I'd like to handle two to three secondary bots that would join the meeting when others are occupied.
Is it possible to handle this logic in sapphire? How could that be done? Thank you!
Solution
Sapphire, nor DiscordJS for that matter, are set up for running multiple bots on the same process. So instead of overcomplicating you’ll just make 1 codebase then spawn it multiple times with multiple configs of Docker or whatever you use to spawn the process and pass different tokens through environment variables.