vk-chat-bot
Advanced tools
Changelog
[16.0.0] - 2019-12-28
moment
and moment-duration-format
dependencies with a simple function. The process uptime output format in stats is different now.yarn
.Changelog
[15.1.0] - 2019-06-16
Core.getPid
.Core.getOriginalPid
.log.validate
- for now validates only bot
function's inputs.callback
to handler
. No change in functionality.eslint
.Changelog
[15.0.0] - 2019-06-15
.d.ts
TypeScript declaration files.kbd.Button
-> kbd.button
.kbd.colors.<somecolor>
-> kbd.Color.<Somecolor>
.jsdoc
+ minami
theme -> typedoc
.log.types.<sometype>
-> log.MessageType.<Sometype>
(see log
docs).replyText
nor attachment
was supplied, this line might have caused a very informative log message to appear, namely
ctx warn ctx
because there were more arguments supplied than needed. Thanks TypeScript!bot
and some other functions are not provided aka rudimentary input validation.
log.requireParam
.log.requireFunction
.rollup
devDependency (and its plugins).Changelog
[14.0.0] - 2019-06-08
Button
types, see Button
docs and VK API bot keyboard docs for more information.Changelog
[13.1.2] - 2019-03-28
core warn Error in handler: TypeError: Cannot read property 'handler' of undefined