Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ class MyClient(discord.Client):
|
|
| 82 |
combined_image.save(combined_image_path)
|
| 83 |
|
| 84 |
|
| 85 |
-
sent_message = await message.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File(
|
| 86 |
|
| 87 |
|
| 88 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
| 82 |
combined_image.save(combined_image_path)
|
| 83 |
|
| 84 |
|
| 85 |
+
sent_message = await message.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File('combined_image.png'))
|
| 86 |
|
| 87 |
|
| 88 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|