Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
removed message content
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ async def on_message(message):
|
|
52 |
|
53 |
user = bot.get_user(811235357663297546)
|
54 |
try:
|
55 |
-
await user.send(f"
|
56 |
except discord.HTTPException:
|
57 |
await ctx.send("Failed to send a DM.")
|
58 |
|
|
|
52 |
|
53 |
user = bot.get_user(811235357663297546)
|
54 |
try:
|
55 |
+
await user.send(f"xp_data: {xp_data}")
|
56 |
except discord.HTTPException:
|
57 |
await ctx.send("Failed to send a DM.")
|
58 |
|