remotes/1693045480750635534/spooky-22
Aevann1 2021-07-23 17:28:05 +02:00
parent 02053d2b88
commit 17219b0c9c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def settings_profile_post(v):
users1 = leaderboard()
print(users1)
print(v)
if v not in users1: return jsonify({"error": "You must be in the top 25 leaderboard to apply animated name!"}), 403
if v not in users1: return jsonify({"error": "You must be in the top 25 leaderboard or be a patron to apply an animated name!"}), 403
updated = True
v.animatedname = request.values.get("animatedname", None) == 'true'