zulip/python-zulip-api

Implement react for TerminalBotHandler.

PIG208 opened this issue · 0 comments

Just like ExternalBotHandler or other implementations, we should make TerminalBotHandler follow the BotHandler protocol. Otherwise even the helloworld bot cannot be run properly due to the fact that it doesn't support reactions. (We can simply mock it by just printing out the emoji name).