I want to seup a !mug command where people try to mug the person streaming and you have 2 responese either you get to mug them or not and have a low chance on mugging the streamer
Random response to a command
3 replies
Hey @Loopy Beetle!
There are already thousands of similar topics, please use the search bar in the future.
The user has a 10% chance to mug the streamer:
!addcom !mug $(eval r=Math.floor(Math.random()*10); r==0?`$(user) managed to successfully mug $(channel)!`:`$(user) tried to mug $(channel) and miserably failed...`)