debugging
This commit is contained in:
parent
45d5777888
commit
91976b55fc
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue