📝 removed references to error codes

This commit is contained in:
NikolajDanger
2021-08-20 16:39:44 +02:00
parent f4c485dfe0
commit c7a0c773dc
7 changed files with 50 additions and 51 deletions

View File

@ -339,9 +339,9 @@ class StarWarsRoll():
elif string.capwords(commands[0]) in ["Ranged","Piloting"]:
self.bot.log("They fucked up writing the name of a ranged or piloting skill")
if string.capwords(commands[0]) == "Ranged":
send_message = "Did you mean \"Ranged - Heavy\" or \"Ranged - Light\" (error code 913)"
send_message = "Did you mean \"Ranged - Heavy\" or \"Ranged - Light\""
else:
send_message = "Did you mean \"Piloting - Planetary\" or \"Piloting - Space\" (error code 913)"
send_message = "Did you mean \"Piloting - Planetary\" or \"Piloting - Space\""
else:
validCommand = True