Update cleverio

This commit is contained in:
Daniel Odendahl Jr
2017-05-26 20:17:50 +00:00
parent c600b7d4ac
commit 30142a1a97
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ module.exports = class CleverbotCommand extends Command {
}
]
});
this.clevs = new Cleverbot({
this.clevs = new Cleverbot.Client({
key: CLEVS_KEY,
user: CLEVS_USER,
nick: CLEVS_NICK
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "21.2.3",
"version": "21.2.4",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {