Added fallback strategy

This commit is contained in:
VityaSchel
2023-10-03 02:17:12 +04:00
parent d8ccc560ee
commit 5bee5a2e54
3 changed files with 17 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ if (!token || !ownerID) {
bot = new TelegramBot(token, { polling: false })
}
export async function reportParserError(...text: string[]) {
if (!token || !ownerID) return