mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Create Cleverbot
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = class CleverbotCommand extends Command {
|
||||
user: CLEVS_USER,
|
||||
nick: CLEVS_NICK
|
||||
});
|
||||
this.clevs.create().then(res => console.log(res));
|
||||
this.clevs.create();
|
||||
}
|
||||
|
||||
async run(msg, args) {
|
||||
|
||||
Reference in New Issue
Block a user