How to make commands used by mods appear as if triggered by the broadcaster

Asked May 18, 2024·1 reply·Last activity 2 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I want a couple commands my moderators use, to appear like they came directly from me (The Streamer) What variable do I use to make that happen?

1 reply

if u mean something like this...

Larry: !command
Nightbot: @Larry typed "!command"

u can do something like this...

js
$(eval let u=`$(user)`,l=`$(userLevel)`[0];if(l==`m`){u=`$(channel)`};u)