Remove unused strings
This commit is contained in:
parent
d2f7297d92
commit
432ee62807
1 changed files with 0 additions and 3 deletions
|
|
@ -12,9 +12,6 @@ const (
|
||||||
AdminApprovedMsg = "✅ Join #request approved for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Approved by</b>: %s\n<b>Approved at</b>: %s"
|
AdminApprovedMsg = "✅ Join #request approved for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Approved by</b>: %s\n<b>Approved at</b>: %s"
|
||||||
AdminDeclinedMsg = "❌ Join #request declined for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Declined by</b>: %s\n<b>Declined at</b>: %s\n<b>Declined reason</b>: %s"
|
AdminDeclinedMsg = "❌ Join #request declined for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Declined by</b>: %s\n<b>Declined at</b>: %s\n<b>Declined reason</b>: %s"
|
||||||
AdminFailedMsg = "⚠️ Join #request failed for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Failure reason</b>: %s"
|
AdminFailedMsg = "⚠️ Join #request failed for %s [<code>%d</code>]\n\n<b>Join reason</b>: %s\n<b>Failure reason</b>: %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 <code>/targetchat <chat_id></code> to add the group to the config.\n\nTo set the entry message that users will receive when they request to join, use <code>/setentrymessage <entry_message></code> 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
|
// Types shared by handler files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue