Nightbot doesnt understand all people in my json is lowercase

Asked Feb 10, 2022·1 reply·Last activity 4 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.

Hey guys and Girls,
Im trying to get this to string to work but i need it to turn all user requests into lowercase but cant figure out how, is there a way to do that?

$(urlfetch https://path/to/watchtime.php?action=get&channel=$(channel)&user=$(user)&time=$(time))

1 reply

Hey @Hushed Ladybug!

This question is just about Javascript, you'll need to use $(eval) to execute code, so this gives you the following command:

$(eval u='$(user)'.toLowerCase(); `$(urlfetch https://LINK.php?action=get&channel=$(channel)&user=${u}&time=$(time))`)