lunarflu HF staff commited on
Commit
d87bd06
1 Parent(s): 49abc96

removed message content

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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" {message.content} xp_data: {xp_data}")
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