Hi, I come back now to help you to translate the "!uptime" command.
!addcom !uptime $(eval var a='$(twitch $(channel) "{{uptimeLength}}")';if (a.includes("not live")){"*here goes your personalized offline message*"}else{x=a.replace("hours","*h*");y=x.replace("minutes","*m*");z=y.replace("seconds","*s*");"*Here is your personalized message to show the time:*"+z})
the text you can modify appears with this: *
For example in Spanish:
!addcom !uptime $(eval var a='$(twitch $(channel) "{{uptimeLength}}")';if (a.includes("not live")){"$(channel) no está en directo"}else{x=a.replace("hours","horas");y=x.replace("minutes","minutos");z=y.replace("seconds","segundos");"Tiempo que llevamos en directo: "+z})