Can I change this cammand's language?

I want to change this command to chinese.
can I change this command:
!commands add !followsince $(urlfetch https://2g.be/twitch/following.php?user=$(touser)&channel=$(channel))

Sorry, as far as I know, that custom API doesn’t include language translations. What you could do, though, is toss the result to Google Translate (not the best for translations, but better than nothing) with the translation set to English -> Simplified Chinese. Copy and paste this into your chat:

!addcom -cd=5 !followsince https://translate.google.com/#en/zh-CN/$(urlfetch https://2g.be/twitch/following.php?user=$(touser)&channel=$(channel))

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.