feat: implement dynamic bot list with runtime add/remove support

Adds a new BotManager class that maintains a mutable list of active bots, allowing bots to be added or removed at runtime without restarting the application. Includes thread-safe operations for concurrent access and a new API endpoint to query the current bot roster.
This commit is contained in:
2024-12-19 12:02:24 +00:00
parent 83c33208ac
commit e62701c28c
8 changed files with 12 additions and 26 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB