Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ async def on_message(message):
|
|
64 |
print(f"{message.author} xp: {xp_data[message.author.id]}")
|
65 |
print(f"{message.author} level: {level}")
|
66 |
print(f"xp_data: {xp_data}")
|
67 |
-
|
68 |
|
69 |
except Exception as e:
|
70 |
print(f"Error: {e}")
|
|
|
64 |
print(f"{message.author} xp: {xp_data[message.author.id]}")
|
65 |
print(f"{message.author} level: {level}")
|
66 |
print(f"xp_data: {xp_data}")
|
67 |
+
|
68 |
|
69 |
except Exception as e:
|
70 |
print(f"Error: {e}")
|