Post
Topic
Board Gambling discussion
Re: Seuntjie' Dice bot programmers mode discussion.
by
HCP
on 06/03/2021, 05:27:58 UTC
primary expression expected, got '#'
LOL... sorry have been programming in Python a lot lately... and Python uses "#" for comments... LUA (which Dicebot uses), uses "--" for comments! Roll Eyes Roll Eyes

replace: #nonce not reset
with: --nonce not reset

and replace: #nonce reset, continue
with: --nonce reset, continue