fix
Browse files
app.py
CHANGED
@@ -274,9 +274,7 @@ async def deepfloydif(ctx, *, prompt: str):
|
|
274 |
await asyncio.sleep(1)
|
275 |
|
276 |
'''
|
277 |
-
|
278 |
-
|
279 |
-
await thread.send(f'{ctx.author.mention}React with 👍 to the image you want to upscale!')
|
280 |
except Exception as e:
|
281 |
print(f"Error: {e}")
|
282 |
await ctx.reply('stage 1 error -> posting images in thread')
|
|
|
274 |
await asyncio.sleep(1)
|
275 |
|
276 |
'''
|
277 |
+
|
|
|
|
|
278 |
except Exception as e:
|
279 |
print(f"Error: {e}")
|
280 |
await ctx.reply('stage 1 error -> posting images in thread')
|