Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 =
|
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)
|