From 432ee62807a112787db66ee772f0b50d90990897 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 16 Feb 2026 17:08:53 +0000 Subject: [PATCH] Remove unused strings --- handlers/handlers.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/handlers/handlers.go b/handlers/handlers.go index e3b14dc..661a9f2 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -12,9 +12,6 @@ const ( AdminApprovedMsg = "✅ Join #request approved for %s [%d]\n\nJoin reason: %s\nApproved by: %s\nApproved at: %s" AdminDeclinedMsg = "❌ Join #request declined for %s [%d]\n\nJoin reason: %s\nDeclined by: %s\nDeclined at: %s\nDeclined reason: %s" AdminFailedMsg = "⚠️ Join #request failed for %s [%d]\n\nJoin reason: %s\nFailure reason: %s" - BotApprovalEnabled = "Join approval bot enabled, to get started, add the bot to the target group and make it an admin with invite permissions, then use /targetchat <chat_id> to add the group to the config.\n\nTo set the entry message that users will receive when they request to join, use /setentrymessage <entry_message> in the admin chat. You can use HTML formatting in the entry message." - BotAddedToGroup = "Hello! I help out with join approvals.\n\nTo get started, make sure this bot is added to the admin group where it will send join approvals to be accepted or declined, then type /request when you have done that." - BotRequestMsg = "You have requested this chat to be the admin chat, please wait for it to be activated." ) // Types shared by handler files