1 messages · Page 1 of 1 (latest)
AHHHHH :(
Just change the values checks to use .values[0] for each one
wait
so
else if (i.values[0]) for all of them???
But why would I do that..?
Like this
if (i.values[0] === 'thing') { } else if (i.values[0] === 'otherthing') { }
etc
leme tst
tbh i may have misunderstoodlols
No worries, interactions are fairly complex to get a hang of
yesh i misunderstood it ðŸ˜
it worki now
Epic