lunarflu HF Staff commited on
Commit
b3cf4c9
·
1 Parent(s): de98402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ async def deepfloydif_upscale1024(index: int, path_for_upscale256_upscaling, pro
275
 
276
  #---------------------------------------------------------------------------------------------------------------------
277
  def run_bot():
278
- client.run(DISCORD_TOKEN)
279
 
280
 
281
  threading.Thread(target=run_bot).start()
 
275
 
276
  #---------------------------------------------------------------------------------------------------------------------
277
  def run_bot():
278
+ bot.run(DISCORD_TOKEN)
279
 
280
 
281
  threading.Thread(target=run_bot).start()