NihalGazi commited on
Commit
29c9b62
·
verified ·
1 Parent(s): f45da3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ async def on_raw_reaction_add(payload):
79
  translated_text = "[Error translating text]"
80
 
81
  # Reply to the original message so that it is tagged
82
- await message.reply(f"`{translated_text}`")
83
 
84
  def run_discord_bot():
85
  bot.run("MTM1MjI2OTQ4MTQwNTE4NjA3MA.GrdeHW.rYndSNvb9mepFdp_uTK4IOAmKwt31QER6hRgzg") # Replace with your actual token
 
79
  translated_text = "[Error translating text]"
80
 
81
  # Reply to the original message so that it is tagged
82
+ await message.reply(f"{translated_text}")
83
 
84
  def run_discord_bot():
85
  bot.run("MTM1MjI2OTQ4MTQwNTE4NjA3MA.GrdeHW.rYndSNvb9mepFdp_uTK4IOAmKwt31QER6hRgzg") # Replace with your actual token