stefanleminh / ploot

A bot to help you with your team-building needs in PvP games!
MIT License
0 stars 1 forks source link

Server unique lists #11

Closed stefanleminh closed 2 years ago

stefanleminh commented 3 years ago

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.