It is "set_user_time" (with quotes, because the function doesn't exist) because this is what I want to do... a function like this!
The uptime must be 'native'. So if I call get_user_time(bot), the result must be the real uptime since the bot was created.
Recap:
I suppose that there are 2 ways to do it:
1. Find a way to create the bot with native uptime, using real time since he was created and not the server uptime;
or
2. Find a way to set bot uptime (something similar with "set_user_time", rewriting the original uptime), so when I call get_user_time(bot), the result will be the number in seconds since the bot was created.
I hope you understand, I want the uptime to be native (when you type "status" and others).
Thank you again... and thanks for that code, but this is not what I want.