Your code is not right either, it is not even working.
Code:
0. random bot id -> 9
1. random bot id -> 2
2. random bot id -> 0
3. random bot id -> 0
4. random bot id -> 0
5. random bot id -> 0
6. random bot id -> 0
7. random bot id -> 0
8. random bot id -> 0
9. random bot id -> 0
10. random bot id -> 0
11. random bot id -> 0
12. random bot id -> 0
13. random bot id -> 0
14. random bot id -> 0
15. random bot id -> 0
16. random bot id -> 0
17. random bot id -> 0
18. random bot id -> 0
19. random bot id -> 0
20. random bot id -> 0
21. random bot id -> 0
22. random bot id -> 0
23. random bot id -> 0
24. random bot id -> 0
25. random bot id -> 0
26. random bot id -> 0
27. random bot id -> 0
28. random bot id -> 0
29. random bot id -> 0
And you're calling get_players inside a loop. If you need 30 random bots your code will call get_players 30 times, like what is this
__________________