This commit is contained in:
2025-05-04 19:22:31 -04:00
parent ddc6f2d167
commit 7c26d2f0a3
15 changed files with 958 additions and 318 deletions

View File

@ -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)=>{