lunarflu HF staff commited on
Commit
ba61ce6
·
verified ·
1 Parent(s): 3c394ac
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,9 +109,9 @@ async def on_ready():
109
  await message.edit(view=view)
110
  print("message edited")
111
  except discord.NotFound:
112
- print(f"Message with ID {KNOWN_MESSAGE_ID} not found.")
113
  except discord.HTTPException as e:
114
- print(f"Failed to fetch message with ID {KNOWN_MESSAGE_ID}: {e}")
115
 
116
 
117
  """import data from google sheets -> HF Space df (doesn't make API call this way, as it's read-only)"""
 
109
  await message.edit(view=view)
110
  print("message edited")
111
  except discord.NotFound:
112
+ print(f"Message with ID 00000000 not found.")
113
  except discord.HTTPException as e:
114
+ print(f"Failed to fetch message with ID 00000000: {e}")
115
 
116
 
117
  """import data from google sheets -> HF Space df (doesn't make API call this way, as it's read-only)"""