should find the stable diffusion images now
This commit is contained in:
parent
6e2fb0ae0d
commit
b3ba3febaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue