hello, new here and to all of this lol
i'm trying to get random copypasta command for my chat working and i'm probably missing something so i figured i'd ask.
i'd like to be able to type !copypasta, and have a random copypasta from a list of a handful pasted into chat. obviously your commands are limited in character number, so i tried having nightbot just type another command at rando in chat, which works, but doesn't activate/trigger that command.
i added one to it's alias but as far as i know a command can only have a single alias, so it just spits out the same copypasta every time now.
is there a way to do what i'm trying? or am i just being obnoxious lol
thanks in advanced!
[here's the base of the random code i'm using currently, just tweaked a bit] !addcom nightbot $(eval a=[RESPONSE_1,RESPONSE_2,RESPONSE_3];a[Math.floor(Math.random()*a.length)])
