admin-protections #69

Merged
werewolfkid merged 9 commits from admin-protections into main 2025-09-29 01:10:49 -04:00
4 changed files with 13 additions and 35 deletions
Showing only changes of commit 0c2e08854e - Show all commits

View File

@@ -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",