debugging

This commit is contained in:
phixxy 2024-01-20 01:50:29 -08:00
parent 45d5777888
commit 91976b55fc

View file

@ -260,7 +260,8 @@ class PhixxyCom(commands.Cog):
await ctx.send("Finished https://ai.phixxy.com/ai-webpage/") await ctx.send("Finished https://ai.phixxy.com/ai-webpage/")
except Exception as error: except Exception as error:
await ctx.send("Failed, Try again.") #await ctx.send("Failed, Try again.")
print(error)
@tasks.loop(seconds=1) @tasks.loop(seconds=1)
async def phixxy_loop(self): async def phixxy_loop(self):