!rection command

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

Hey @adamfmj!

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)]}`;)

Hey, it works perfectly! Thank you so much for the help and sorry for the odd topic lmao. Anyways stay Safe and have a good day!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.