void icon indicating copy to clipboard operation
void copied to clipboard

Interaction feedback for bots

Open GregHib opened this issue 2 years ago • 3 comments

The current interaction system was built for the client, where messages are sent and no response is expected. As such bots also fire and forget actions inbetween carefully constructed delays and often get stuck when an action fails.

There's also no consistency in the bot API, some methods return results, others throw exceptions when actions aren't avaliable, some fail quietly.

GregHib avatar Dec 13 '21 21:12 GregHib