mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Update Cleverbot
This commit is contained in:
@@ -6,7 +6,12 @@ class Cleverbot {
|
||||
this.user = options.user;
|
||||
this.nick = options.nick;
|
||||
}
|
||||
|
||||
|
||||
setNick(nick) {
|
||||
this.nick = nick;
|
||||
return this.nick;
|
||||
}
|
||||
|
||||
create() {
|
||||
return request
|
||||
.post('https://cleverbot.io/1.0/create')
|
||||
|
||||
Reference in New Issue
Block a user