I’d like to make a command called !rection , basically a funny command thats meant to Tell you how erect you are, is it possible to have different answers? For example I’d want to say “username is” then either “ROCK HARD” “mildly erect” “hardening up” “very soft” “not erect” Ik it’s quite odd but please help me out
!rection command
2 replies
Hey @Magic Raccoon!
Okay lmao, so we're going to follow the 8 ball example you can find in the documentation.
!addcom !rection $(eval r=[`ROCK HARD!`,`mildly erect.`,`hardening up!`,`very soft...`,`not erect.`]; `$(user) is ${r[Math.floor(Math.random()*r.length)]}`;)