Bot command: game information
Build a game command that returns:
- Bare command - list all known games
- Game name - list all items (known by the watcher) in that game
Possible syntax: !game "name"
Consider an additional refactor to pull game data management logic out of WorldManager
into a separate GameManager
.