Update app.py
Browse files
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 |
-
|
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()
|