Shortcut To Add Points

I’m looking to get a command set up that I can simply put !win @username and it will give a desired amount of points. It gets tough adding !addpoints username 500 for example. Can this be done? I can’t seem to figure it out.

Thanks in advance.

Hiya, I assume !addpoints is from a different bot? Something like this could work:
!commands add !win !addpoints $(eval '$(touser)'.replace(/@/g,"")) 500

1 Like

Yes !addpoints is from Stream Elements. Is there a way to have it call stream elements to then actually addpoints or givepoints?

If Stream Elements will allow other chat bots to use !addpoints, then xger has already posted a way to do it above.

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