Spaces:
Running
Running
Update app.py
Browse files
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"
|
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
|