Hello I’m editing an 8ball command for a stream to some inside jokes. For some reason I can’t get it right. Please see below. Am I missing something? Ps I added a space at the end because it made an wink face emoji. Ik in general there isn’t a space there.
!commands add !8ball $(eval const responses = ['Most likely... if you are not afraid anymore', 'Buddy says most likatuba’, Most likely, you little twat.']; responses[Math.floor(Math.random() * responses.length)]; )
