From 91976b55fc57bbc759aee97934ee5a45656c16cc Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 20 Jan 2024 01:50:29 -0800 Subject: [PATCH] debugging --- extensions/phixxycom.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index 495e34a..e71f585 100644 --- a/extensions/phixxycom.py +++ b/extensions/phixxycom.py @@ -260,7 +260,8 @@ class PhixxyCom(commands.Cog): await ctx.send("Finished https://ai.phixxy.com/ai-webpage/") except Exception as error: - await ctx.send("Failed, Try again.") + #await ctx.send("Failed, Try again.") + print(error) @tasks.loop(seconds=1) async def phixxy_loop(self):