Running Multiple Tokens #401
Unanswered
flakesbest
asked this question in
Help
Replies: 1 comment 3 replies
-
Run is a blocking function so it doesn't work that way Or if you want to go sequentially make sure to logout so you can login again with different token (I'm on mobile else I would've given some code examples) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run a multi-token message sniper, to pick up on any messages sent across multiple tokens. I have the code I want, but I cant figure out how to run more than one token:
Main.py:
Tokens.txt:
I thought using this loop would work, but im only getting a response from the first token.
Beta Was this translation helpful? Give feedback.
All reactions