🐛
This commit is contained in:
@ -280,7 +280,7 @@ class SwChar():
|
||||
except:
|
||||
logThis("Nope. That didn't happen (error code 942)")
|
||||
return "Can't do that (error code 942)"
|
||||
|
||||
|
||||
if (key == "Talents" or key == "Force-powers") and "," in cmd:
|
||||
cmd = cmd.split(",")
|
||||
while cmd[1][0] == " ":
|
||||
|
@ -188,7 +188,7 @@ class SwRoll():
|
||||
emoji += "<:light:691010089905029171>"
|
||||
elif char == 'B':
|
||||
emoji += "<:dark:691010101901000852>"
|
||||
|
||||
|
||||
return emoji
|
||||
|
||||
# Converts emoji into letters
|
||||
|
Reference in New Issue
Block a user