Module realm_api.rpc.roll
Dice roller RPC module
Functions
def roll_handler(data: dict)
-
Expand source code
def roll_handler(data: dict): """Roll them bones.""" return 0
Roll them bones.
realm_api.rpc.roll
Dice roller RPC module
def roll_handler(data: dict)
def roll_handler(data: dict):
"""Roll them bones."""
return 0
Roll them bones.