lunarflu HF staff commited on
Commit
9c7b71f
1 Parent(s): a2a259d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ async def on_message(message):
90
  # if not, create new record
91
  string_member_id = str(message.author.id)
92
  xp = 10
93
- new_level = calcular_level(xp)
94
  print(string_member_id)
95
  print(message.author.name)
96
  print(xp)
 
90
  # if not, create new record
91
  string_member_id = str(message.author.id)
92
  xp = 10
93
+ new_level = calculate_level(xp)
94
  print(string_member_id)
95
  print(message.author.name)
96
  print(xp)