idk
This commit is contained in:
@ -24,10 +24,9 @@ class Ai{
|
||||
}
|
||||
|
||||
async init(){
|
||||
await this.start();
|
||||
this.bot.on('onReady', async (argument)=>{
|
||||
try{
|
||||
await sleep(1000);
|
||||
await this.start();
|
||||
let messages = [''];
|
||||
|
||||
this.messageListener = this.bot.on('message', (message, type)=>{
|
||||
|
Reference in New Issue
Block a user