UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

3 lines (2 loc) 109 B
import _ from 'lodash'; export default prefix => _.uniqueId(prefix) + '_' + Math.round(Math.random()*10000);