Leonardo Saurwein
Leonardo Saurwein
Planned to implement a way to move the heroes automatically, just an Idea for now no idea on how to structure it Same for the moving of the resources
Planning to automatically stop the execution of the Bot when the user interact with the browser, an interaction will be count as mouse move or click in the last 60...
Breaks when can click the gratis button for a building that still require the buildings before
### 👟 Reproduction steps ```python from appwrite.client import Client from appwrite.services.databases import Database client.set_endpoint("") client.set_project("") client.set_key('standard_xxx') client = Client() db = Databases(client) db.update_enum_attribute( database_id=database_id, collection_id=collection_id, key=key, elements=elements, required=True, default=None )...