Is there ability to change the game by !game command for regular, subs?

I did command
!upd

-a=!game
$(eval
var a = “$(steam STEAMID “{{gameName}}”)”;
a=="[not playing a game]"?"\0":a
)

it’s updating game. But only mods can change game.
if regular or sub use !upd, nightbot respond " $(user)-> $(channel) is playing $(game)"
Can i let everyone able to use it?

i want make chat more clean
now i am using another bot as intermediary , (user -> another bot(mod) -> nightbot).

There’s no way to do this without also exposing the !game command to be used by anyone, sorry.

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