🥅 Error codes
This commit is contained in:
@ -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)"
|
||||
|
Reference in New Issue
Block a user