Hello, I’m trying to make a command that prints a line from pastebin with a certain probability, for example 30%. If the other 70% worked, then a line from another pastebin is displayed.
The bottom line is that the user types a command, for example: !pun and a pun from https://pastebin.com/raw/7nHfBLkZ is displayed with a certain probability. Or if the probability did not work, the roast is displayed from https://pastebin.com/raw/LBAe9kQj.
What pastebin needs to be edited and separated with “|” I know and will do later. But I can’t figure out how to do something like “If rng < 70; insert pun command here else; insert roast command here”