A command like !spotify or !playing

I want to create a command that is like the image that I attach, I want it to say the song that is currently playing in the stream, The problem is that I do not know how to create that link that says groke.es Does anyone know how to do it?

@elshonaa

Go to https://groke.se/twitch/spotify and it will take you to an authorization page. Click “Agree” at the bottom. After that it will take you to a new page with a generated URL at the top of the page. It will look like:

https://groke.se/twitch/spotify/?LOTS_OF_LETTERS_AND_NUMBERS

Copy down the URL. Then set up a command with the following response. Replace URL with the URL you copied:

Current song: $(urlfetch URL)

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