Make SS verbose

This commit is contained in:
nex 2023-01-03 14:23:35 +00:00
parent eec0611968
commit 0b357c69e8

View file

@ -370,11 +370,12 @@ class OtherCog(commands.Cog):
try:
screenshot = await self.bot.loop.run_in_executor(
None,
self.screenshot_website,
ctx,
url,
browser,
render_timeout
self.screenshot_website(
ctx,
url,
browser,
render_timeout
)
)
except Exception as e:
console.log(f"Error taking screenshot: {e}")