JJMumblebot burning wheel plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
burningdice/resources/strings.py

10 lines
364 B

from JJMumbleBot.lib.utils.runtime_utils import get_command_token
###########################################################################
# RANDOMIZER PLUGIN CONFIG PARAMETER STRINGS
# COMMAND ERROR STRINGS
CMD_INVALID_CUSTOM_ROLL = [
"ERROR: Incorrect command formatting!",
f"Format: {get_command_token()}customroll 'number_of_dice' 'dice_faces'"
]