You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I suggest, if possible, to make a function for displaying statistics form in the telegram bot, for example, how many accounts are currently working in the account and how many stars are being mined, etc.
The text was updated successfully, but these errors were encountered:
Thanks for the answer, I also wanted to know how to update the script? Because very often you make changes to the script, like updating the version of tiny verse, for example "TVerse 2.7" was released today. There is a function "TRACK_BOT_UPDATES", maybe it is responsible for the update, I don't know.
And I would also like to know what the new function "SLIDER_STARS_VALUE" is? Is it used when creating stars or only for gifts? Because I do not quite understand how exactly the function of creating stars works, for example, when reaching 90%, because at this percentage can be such a sum that will not be available on the slider and if it is so, it is quite as I understand it is easy to track the developers further.
And about the output of information about the work of the script in the bot, I just had something like logging data already working script, because I have for example this script works on a vds server and I do not always convenient to go there and check the performance of the script, and so I would in tg bot of his sent a message and received an answer back, as you can through telebot or aiogram it is realised, I do not remember exactly.
Thanks for the script :)
The TRACK_BOT_UPDATES function monitors updates in JavaScript (JS) and helps detect any official changes in the application. You can disable this function for now, and I’ll handle updates when necessary.
The SLIDER_STARS_VALUE function acts as a safe mode, using the slider value as a multiplier to create stars. As shown in the image, the percentage refers to when the total dust reaches a certain proportion of the maximum star dust collection. At that point, it will generate stars. This mechanism prevents creating stars at the minimum available amount, which would drive the star price higher. You can also set the percentage to 0 to allow stars to be created whenever they become available.
Could you suggest additional ideas for the data output? For instance, should it display the total dust, or should it focus on specific session-based dust? I’m a bit uncertain and would appreciate clarification before proceeding further.
Hi, I suggest, if possible, to make a function for displaying statistics form in the telegram bot, for example, how many accounts are currently working in the account and how many stars are being mined, etc.
The text was updated successfully, but these errors were encountered: