mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Create Cleverbot
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user