Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 1 bot reading #89

Open
Nytol opened this issue Jun 7, 2019 · 4 comments
Open

Only 1 bot reading #89

Nytol opened this issue Jun 7, 2019 · 4 comments

Comments

@Nytol
Copy link

Nytol commented Jun 7, 2019

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

@anony48
Copy link

anony48 commented Jun 17, 2019

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

@Nytol
Copy link
Author

Nytol commented Jul 24, 2019

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

@LifeBasher
Copy link

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

@iAmGuru0
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants