diff options
author | Valentin Popov <valentineus@gmail.com> | 2017-06-07 19:47:42 +0300 |
---|---|---|
committer | Valentin Popov <valentineus@gmail.com> | 2017-06-07 19:47:42 +0300 |
commit | 0d420f131907f1451d704cb4db2909d30a8c77d8 (patch) | |
tree | 5f5d68ef2fb2170a35e6344dba6dfe18158b445c /example.js | |
parent | 21b06809168af0f2b4bc8c909bdee1619aac57a3 (diff) | |
download | iii-for-vk-master.tar.xz iii-for-vk-master.zip |
Diffstat (limited to 'example.js')
-rw-r--r-- | example.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -var ChatBot = require('./lib/core.js'); +var ChatBot = require('iii-for-vk'); var bot = new ChatBot({ appID: "id", // The application ID |