clevs.create()

This commit is contained in:
Daniel Odendahl Jr
2017-05-09 17:53:47 +00:00
parent 334b95f923
commit e39627d3ec
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ const clevs = new Cleverbot({
user: CLEVS_USER, user: CLEVS_USER,
nick: 'XiaoBot' nick: 'XiaoBot'
}); });
clevs.create();
let mention; let mention;
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "18.9.0", "version": "18.9.1",
"description": "A Discord Bot", "description": "A Discord Bot",
"main": "shardingmanager.js", "main": "shardingmanager.js",
"scripts": { "scripts": {