Fixed a thing!
This commit is contained in:
@ -236,7 +236,7 @@ def parseRoll(user : str,cmd : str = ""):
|
||||
cmd = re.sub(' +',' ',cmd.upper()) + " "
|
||||
if cmd[0] == " ":
|
||||
cmd = cmd[1:]
|
||||
cmd = swchar.replaceSpaces(cmd.capitalize())
|
||||
cmd = swchar.replaceSpaces(string.capwords(cmd))
|
||||
commands = cmd.split(" ")
|
||||
if commands[0] == "":
|
||||
rollParameters = [1,0,3,0,0,0,0]
|
||||
|
Reference in New Issue
Block a user