bot
bot copied to clipboard
API
Hi Is there possibility of creation of a simple two function API? something like, function get_bot_reply(reply){ return bot.reply } function chat_bot(string){ return get_bot_reply(); }
I think it could help programmatically interact with the bot. Thanks
sure! i'd be more than happy to merge a pr that introduced this