I tried and it says there is an unexpected token
The command is set like this
!commands add !joke $(eval const jokes =['What do you call a karate pig? A pork chop.', 'Why did the golfer bring two pairs of pants? In case he has a hole in one.', ‘What did the policeman say to his belly button? You are under a vest.’, ‘How many babies does it take to paint a fence? Depends on how hard you throw them!’, ‘What is brown and sticky? A stick.’, ‘No’, ‘Your Life’, ‘Why’]; jokes[Math.floor(Math.random() * jokes.length)];)