I have tried the following, but neither seem to work
tip(username,amount)
tip(amount,username)
withdraw(username, amount)
is there a way to tip another user on duckdice in program mode?
i saw this in the dicebot program:
public override bool InternalSendTip(string User, decimal amount)
does this mean i can use InternalSendTip(user,amount) ?
Thank you,