vk-chat-bot
Advanced tools
Changelog
[10.4.0] - 2018-08-24
payload
handlers can handle not only exactly matching payloads, but also provide a function which, given a payload, will determine whether this handler is the one that needs to handle a specific payload. See the wiki for details.Changelog
[10.3.0] - 2018-08-23
payload
wiki.??y ??d ??h ??m ??s
cmd
handlers did not want to count it as a proper command. This is now fixed.Changelog
[10.2.0] - 2018-08-22
service_action
- see wiki for detailsservice_action
event to statscore.help()
now just returns the help message generated when the bot starts, instead of regenerating it each time??h ??m ??s
instead of secondsvk-chat-bot
is more framework than a libraryChangelog
[10.1.0] - 2018-08-19
start
: triggers when the message's payload is {"command":"start"}
(when user pressed the Start
button)start
event to statsStats initialized
shows uppackage.json
"files"
field instead of .npmignore
Changelog
[10.0.1] - 2018-07-08
import 'colors'
instead of require('colors')