From 0c2e08854e023fdf01cbdede01c03a7a7ce6be83 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Mon, 29 Sep 2025 01:00:49 -0400 Subject: [PATCH] Added a default return --- src/bot/features/embedCheck.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/features/embedCheck.ts b/src/bot/features/embedCheck.ts index f9a0ea8..c9f6150 100644 --- a/src/bot/features/embedCheck.ts +++ b/src/bot/features/embedCheck.ts @@ -122,7 +122,7 @@ feature.on("message::url", logHandle("embed-check"), async (ctx: Context) => { if (!GROUP_IDS) { console.info("Group IDS:", process.env.GROUP_IDS); - await ctx.reply( + return await ctx.reply( `There was a problem retrieving the whitelist\\. Check the env variables and try again\\.`, { parse_mode: "MarkdownV2",