bye Discord
This commit is contained in:
@ -5,7 +5,7 @@ class cleverbot {
|
||||
constructor() {
|
||||
this.api = "https://cleverbot.io/1.0";
|
||||
this.nick = "";
|
||||
setTimeout(()=>this.init(), 3000);
|
||||
setTimeout(()=>this.init(), 5000);
|
||||
}
|
||||
|
||||
init() {
|
||||
@ -40,4 +40,4 @@ class cleverbot {
|
||||
}
|
||||
};
|
||||
|
||||
export default new cleverbot();
|
||||
export default new cleverbot();
|
||||
|
Reference in New Issue
Block a user