[dfif] \n 1️⃣ 2️⃣ \n 3️⃣ 4️⃣'
Browse files
app.py
CHANGED
|
@@ -360,7 +360,7 @@ async def deepfloydif(ctx, *, prompt: str):
|
|
| 360 |
combined_image.save(combined_image_path)
|
| 361 |
|
| 362 |
with open(combined_image_path, 'rb') as f:
|
| 363 |
-
combined_image_dfif = await thread.send(f'{ctx.author.mention}React with the image number you want to upscale!', file=discord.File(
|
| 364 |
f, f'{partialpath}{dfif_command_message_id}.png')) # named something like: tmpgtv4qjix1111269940599738479.png
|
| 365 |
|
| 366 |
#await thread.send(f'✅reacting with 1234...')
|
|
|
|
| 360 |
combined_image.save(combined_image_path)
|
| 361 |
|
| 362 |
with open(combined_image_path, 'rb') as f:
|
| 363 |
+
combined_image_dfif = await thread.send(f'{ctx.author.mention}React with the image number you want to upscale! \n 1️⃣ 2️⃣ \n 3️⃣ 4️⃣', file=discord.File(
|
| 364 |
f, f'{partialpath}{dfif_command_message_id}.png')) # named something like: tmpgtv4qjix1111269940599738479.png
|
| 365 |
|
| 366 |
#await thread.send(f'✅reacting with 1234...')
|