Hello, I need a command that is exclusively for me, that when I use it it works for me and it does not work for others and a message appears, is there something like that?
Exclusive Command For Me
7 replies
@Woolly Monkey Heya!
This is possible, if you are owner of the stream, then set the Userlevel to Owner. Then only you can use that command.
If you are the normal user then try considering using $(eval) and $(userid) variables. Something like:
$(eval my_id = "YOUR_CHANNEL_ID"; if ( my_id === "$(userid)" ) { "YOUR_COMMAND_RESPONSE_HERE" } else { " " } )
Regards
EDIT: Let me know if it didn't work
Didn't find your answer? The community is on Discord.
Ask on Discord
