for a better UX when constructing and using a BotClient, I would like the REST client to also be an actor, that way the bot supervises both a WebSocket actor and a REST actor, allowing for a more seamless interaction between the two compared to what it is now.
for a better UX when constructing and using a
BotClient
, I would like the REST client to also be an actor, that way thebot
supervises both a WebSocket actor and a REST actor, allowing for a more seamless interaction between the two compared to what it is now.