lunarflu HF Staff commited on
Commit
c160050
·
1 Parent(s): 249ac1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())