NihalGazi commited on
Commit
02b91da
·
verified ·
1 Parent(s): 39fd8bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ async def on_raw_reaction_add(payload):
58
  await channel.send(f"Translated to {target_lang}: {translated_text}")
59
 
60
  def run_discord_bot():
61
- bot.run("YOUR_DISCORD_BOT_TOKEN") # Replace with your actual token
62
 
63
  # Run Discord bot in a separate daemon thread
64
  threading.Thread(target=run_discord_bot, daemon=True).start()
 
58
  await channel.send(f"Translated to {target_lang}: {translated_text}")
59
 
60
  def run_discord_bot():
61
+ bot.run("MTM1MjI2OTQ4MTQwNTE4NjA3MA.GrdeHW.rYndSNvb9mepFdp_uTK4IOAmKwt31QER6hRgzg") # Replace with your actual token
62
 
63
  # Run Discord bot in a separate daemon thread
64
  threading.Thread(target=run_discord_bot, daemon=True).start()