Some pretext: I saw this on a twitch channel and wanted to use it, however the only command code I could find was form an old thread. I’ve attempted to edit it but I run into an issue.
Issue: When the “roll” is five or greater it should say “(user) has passed the vibe check”, and when it is less than five it should say “(user) has failed the vibe check”.
But, it always says “(User) has failed the vibe check”, regardless of the roll.
Command code:
$(eval a=Math.ceil(Math.random()*10);@$(user)'s Vibes Are ${a}/10. $(user) Has ${a==5?
Passed:
Failed} the Vibe Check.
)