📄Updated help files
This commit is contained in:
@ -31,10 +31,10 @@ def giveMoney(user,targetUser,amount):
|
||||
if data["users"][user] >= amount:
|
||||
addMoney(user,-1 * amount)
|
||||
addMoney(targetUser,amount)
|
||||
return "Transferred the points"
|
||||
return "Transferred the GwendoBucks"
|
||||
else:
|
||||
logThis("They didn't have enough points")
|
||||
return "You don't have that many points"
|
||||
logThis("They didn't have enough GwendoBucks")
|
||||
return "You don't have that many GwendoBucks"
|
||||
else:
|
||||
logThis("They didn't have enough points")
|
||||
return "You don't have that many points"
|
||||
logThis("They didn't have enough GwendoBucks")
|
||||
return "You don't have that many GwendoBucks"
|
||||
|
Reference in New Issue
Block a user