Create Cleverbot

This commit is contained in:
Daniel Odendahl Jr
2017-05-23 20:22:42 +00:00
parent f4d77a3a69
commit 285775dad7
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = class CleverbotCommand extends Command {
user: CLEVS_USER, user: CLEVS_USER,
nick: CLEVS_NICK nick: CLEVS_NICK
}); });
this.clevs.create().then(res => console.log(res)); this.clevs.create();
} }
async run(msg, args) { async run(msg, args) {