line-py icon indicating copy to clipboard operation
line-py copied to clipboard

Only 1 bot reading

Open Nytol opened this issue 5 years ago • 4 comments

I have this setup with 5 bots to protect a group. If for some reason the first bot (cl) is no in the group, nothing is read and protection is non-existent. Is this correct or have I done something wrong?

Thanks for any help

Nytol avatar Jun 07 '19 00:06 Nytol

Just check ur script , bcoz idk what u did on ur script

anony48 avatar Jun 17 '19 15:06 anony48

I think the problem is with

poll = OEPoll(cl)

seems to make only the account logged in as 'cl' read. But I don't know what I could do to make all 5 read

Nytol avatar Jul 24 '19 20:07 Nytol

Are you creating 5 instance of the bot or you are using 5 different user? caus as i understand, even if u create instance of the bot, its still related to a user so if that user get kick even if you have 5 instances of the bot in the script, it wont change anything...... well maybe i dont understand it correctly but its what happen with mine :P

LifeBasher avatar Jul 30 '19 19:07 LifeBasher

Probably because you're fetching operations with the 1 bot (the one you call cl) other 4 bots are just executing the stuff like kicking cancelling so . In native language they just listen whatever ur main bot wants them to do if that's not in group ur other bots are blind without main bot

iAmGuru0 avatar Jul 14 '21 15:07 iAmGuru0