Custom Follow Command for Discord

Trying to setup a custom command to basically return a twitch URL based on who typed the !follow command. So if I, Acoust1cReverb typed !follow on my server it would return twitch.tv/Acoust1cReverb, and so on. I think I’ve got it mostly correct, but when I run the command, I get an error: Follow fellow streamer Acoust1cReverb at https://twitch.tv/Channel provided is banned. ! Last seen playing no game.

I’m not sure why it’s returning the channel “Channel”. Here’s what my message looks like: Follow fellow streamer $(user) at https://twitch.tv/$(twitch username {{name}})! Last seen playing $(twitch {{game}})

Any help would be greatly appreciated!

EDIT: Wait, I think it just hit me. Based on my command, it looks like nightbot thinks “name” is a profile, but it’s not and that’s not a dynamic variable. Is there a way to even accomplish this then?

You can just do something like this

!commands add !streamer Follow fellow streamer $(twitch $(touser) “{{displayName}} at {{url}} - Last seen playing {{game}}”).

Thank you!! That did it!

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