diff --git a/index.js b/index.js index 0bf2d240..895f30c4 100644 --- a/index.js +++ b/index.js @@ -22,6 +22,7 @@ const clevs = new Cleverbot({ user: CLEVS_USER, nick: 'XiaoBot' }); +clevs.create(); let mention; diff --git a/package.json b/package.json index 5f257b14..6189de05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "18.9.0", + "version": "18.9.1", "description": "A Discord Bot", "main": "shardingmanager.js", "scripts": {