Rusty PeacockOriginal postAug 21, 2021Does anyone know how to make a !russianroulette command if so please let me know!
Floral SnakeAug 21, 2021Enter this into your chat:!commands add !russianroulette $(eval Math.floor(Math.random() * 6) == 0 ? "You died" : "You survived")
Rusty PeacockAug 24, 2021I typed !commands add !russianroulette $(eval Math.floor(Math.random() * 6) == 0 ? "You died" : "You survived")
Quirky FoxAug 25, 2021You need to use one of these characters for the qoutes " ' or ` You are using “”