should find the stable diffusion images now

This commit is contained in:
phixxy 2024-01-20 01:37:48 -08:00
parent 6e2fb0ae0d
commit b3ba3febaa

View file

@ -269,7 +269,7 @@ class PhixxyCom(commands.Cog):
#Run every minute #Run every minute
if current_time.tm_sec == 0: if current_time.tm_sec == 0:
await self.meme_handler('tmp/meme/') 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: 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) bot_stuff_channel = self.bot.get_channel(544408659174883328)
await bot_stuff_channel.send("Running Daily Tasks") await bot_stuff_channel.send("Running Daily Tasks")