mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
dice: clarify the amount is in monero
This commit is contained in:
parent
75bf15a321
commit
41e00ad742
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ RegisterModule({
|
|||
RegisterCommand({
|
||||
'module': __name__,
|
||||
'name': 'dice',
|
||||
'parms': '<amount> <multiplier> [over|under]',
|
||||
'parms': '<amount-in-monero> <multiplier> [over|under]',
|
||||
'function': Dice,
|
||||
'registered': True,
|
||||
'help': "play a dice game - house edge %.1f%%" % (float(config.dice_edge)*100)
|
||||
|
|
Loading…
Reference in a new issue