Hello !
I'd like to set up 3 bots with Sapphire. But I'd like to have everything in the same code to share certain components.
What I'm doing for the moment is creating 3 instances of SapphireClient, in which I define a path to retrieve commands, listeners, etc ...
My problem: I'd like to add access to my database in container but I can't see how to do it.
Is it possible to define a property in container as soon as SapphireClient is initialised?
Thanks!
(this is my first experience with SapphireClient)