perf: don't pass errors if there's no need to

This commit is contained in:
2022-12-28 13:12:19 +01:00
parent 31fabf024f
commit 81b4d8430a
9 changed files with 11 additions and 11 deletions

View File

@@ -29,5 +29,5 @@ export default async function twitternotifications(client: Client) {
});
message.react('<:Pog:1030169609178976346>');
}
} catch (err) {}
} catch {}
}