Hi everyone ๐๐ป
First.. english is not my language.
So... My problem is that i tried used a command that gives random answers but giving a Specific person a specific fixed answer but it didn't work with me and i don't know what's wrong.
Thats what i tried to use:
$(eval u=$(user); r=[RANDOM_ANSWER_#1,RANDOM_ANSWER_#2, ... ,RANDOM_ANSWER_#n]; u==SPECIFIC_VIEWER?FIXED_ANSWER:${r[Math.floor(Math.random()*r.length)]};)
And that's what i did:
$(eval const responses = [ "ู ูููููู ุจุงูู ูู ุงู", "ูุจ", "ู ุณุชุญูููู ุงููุฏ ููุก", "ุทูุดุดุดุช ููููููู", "ูู ุดู ุฌุงูุฒ", "ูููู ููุช ุฑุญ ุชุฒุนูู", "ุณุฑ ู ุงุฑุญ ุงูููู", "ูุงุงุฑู ููุงุงุณู ุน ููุงุงุชููู ูู ุงูู ุฎูู", "ุงูููููุฏ", "ู ุงุงุงุฏุฑู ู ุงุงุงุฏุฑู", "ูุง", "ู ุงุงุธู", "ุงุธู ู ู ูู", "ูุงุชุบุซููู"]; u== "@Bulbul_n"? "ูู ุงููู ุชููููู ุตุญ" : responses[Math.floor(Math.random() * responses.length)];)
Can anyone help me with this๐