🥅 Error codes

This commit is contained in:
NikolajDanger
2020-07-29 12:14:30 +02:00
parent ef434ecee8
commit b991ac0385
10 changed files with 489 additions and 280 deletions

View File

@ -59,8 +59,8 @@ def parseDestiny(user : str, cmd : str):
if len(commands) > 1:
return destinyNew(int(commands[1]))
else:
return "You need to give an amount of players"
return "You need to give an amount of players (error code 921)"
elif commands[0] == "U":
return destinyUse(user)
else:
return "I didn't quite understand that"
return "I didn't quite understand that (error code 922)"