Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ async def deepfloydif(ctx, *, prompt: str):
|
|
55 |
def check_reaction(reaction, user):
|
56 |
return user == ctx.author and str(reaction.emoji) in ['1️⃣', '2️⃣', '3️⃣', '4️⃣']
|
57 |
|
58 |
-
await ctx.message.add_reaction('👍')
|
59 |
|
60 |
number_of_images = 4
|
61 |
current_time = int(time.time())
|
|
|
55 |
def check_reaction(reaction, user):
|
56 |
return user == ctx.author and str(reaction.emoji) in ['1️⃣', '2️⃣', '3️⃣', '4️⃣']
|
57 |
|
58 |
+
#await ctx.message.add_reaction('👍')
|
59 |
|
60 |
number_of_images = 4
|
61 |
current_time = int(time.time())
|