bot icon indicating copy to clipboard operation
bot copied to clipboard

Feeling lonely? You personal bot is here.

Results 3 bot issues
Sort by recently updated
recently updated
newest added

I tried these steps: 1. npm install 2. npm run dev is there something i missed?

Hi Veselin, I think it should be fairly easy. Let me try this.

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...