From b3ba3febaab3ee21525e90505e51d28e9953373c Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 20 Jan 2024 01:37:48 -0800 Subject: [PATCH] should find the stable diffusion images now --- extensions/phixxycom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index dc2a53b..59dcde8 100644 --- a/extensions/phixxycom.py +++ b/extensions/phixxycom.py @@ -269,7 +269,7 @@ class PhixxyCom(commands.Cog): #Run every minute if current_time.tm_sec == 0: await self.meme_handler('tmp/meme/') - await self.upload_ftp_ai_images('tmp/sfw/') + await self.upload_ftp_ai_images('tmp/stable_diffusion/sfw/') if current_time.tm_hour == 17 and current_time.tm_min == 0 and current_time.tm_sec == 0: bot_stuff_channel = self.bot.get_channel(544408659174883328) await bot_stuff_channel.send("Running Daily Tasks")