Is there a @command@ that I'm missing whereby DB can read a random line in a text file?
Eg:
!dice
Casting your dice... @readrandline@(C:\Users\Namehere\dice.txt)
Where the .txt files lists many possible outcomes:
$addpoints("$user","1","10","You have won $value $currencyname $user","fail")
$removepoints("$user","1","10","You have lost $value $currencyname $user","fail","false")
Or will I need to run two bots to do this?