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

View File

@ -66,7 +66,7 @@ def settings_profile_post(v):
if request.values.get("animatedname", v.animatedname) != v.animatedname:
if v.animatedname == False:
users1 = leaderboard()
users1, users2 = leaderboard()
print(users1)
print(v)
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