Hey, I need help on creating a different response based on the day, something like if the person type !birthday it will say “it’s not my birthday”, except on april 20th, when it’ll say “it’s my birthday”
but i dont know javascript
first of all… fantastic b-day ^^
and yeah, i’ve made a few that’ll give a count down to the next b-day until the day and then wish the streamer a happy b-day… so for what u want, it’d go something like this…
!addcom !birthday $(eval let d=[$(time YOUR_TIMEZONE "M,D")];d[0]==4&&d[1]==20?`it's my birthday`:`it's not my birthday`)
and just change YOUR_TIMEZONE
to a proper timezone that can be found here
1 Like
It worked perfectly, thanks
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.