diff options
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 |