Replaced owner_id with app.owner

This commit is contained in:
2023-07-14 12:42:47 +02:00
parent 0fea30ccfd
commit 3da8e9c074
3 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ async def getWaterLeft(cardid, filename, app=None):
if app != None:
await app.send_message(
await config_get("owner_id"),
app.owner,
f"**Exception occured:**\n • User: `{str(filename)}`\n • Card: [{cardid}]({url})\n • Exception: `{exp}`\n • TMP UUID: `{tmp_name}`\n • Traceback: `{format_exc()}`",
disable_web_page_preview=True,
)