Right now the bot can only manage one server per instance because it binds the lists (of VCs) to the client. The bot should be able to manage server-specific lists depending on the config that was given upon boot.
Maybe we can set ploot up with something like this? In memory works for now, too. We can replace all the client-bound properties such as the channels in the config, but also the list of players and teams with this code.
Right now the bot can only manage one server per instance because it binds the lists (of VCs) to the client. The bot should be able to manage server-specific lists depending on the config that was given upon boot.
Maybe we can set ploot up with something like this? In memory works for now, too. We can replace all the client-bound properties such as the channels in the config, but also the list of players and teams with this code.