From 7b1d9ef61535bf95dc2186c140a38582fdee6873 Mon Sep 17 00:00:00 2001 From: mmshooreshi Date: Thu, 7 Apr 2022 02:24:29 +0430 Subject: [PATCH] DOOOEOOOEOEOONE --- bot.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bot.rb b/bot.rb index b9620dd..57263d3 100644 --- a/bot.rb +++ b/bot.rb @@ -132,13 +132,14 @@ def isTextMethod(message,bot) if message.text # $condom_protection=true if $isMD==1 && !($condom_protection==true) - bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: "MARKDOWN1 #{$condom_protection} #{$reply_text}" ,parse_mode: "MarkdownV2", protect_content: true ) + bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: "#{$reply_text}" ,parse_mode: "MarkdownV2", protect_content: true ) $isMD=0 else if $condom_protection == true - bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: "NO MARKDOWN #{$condom_protection} #{$reply_text}",protect_content: $condom_protection ) + bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: "#{$reply_text}",protect_content: $condom_protection ) else - bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: "MARKDOWN2 #{$condom_protection} #{$reply_text}" , parse_mode: "MarkdownV2" ) + bot.api.send_message(chat_id: message.chat.id, reply_to_message_id: message.message_id, text: " # کلیک کن تا کپی‌شه + #{$reply_text}" , parse_mode: "MarkdownV2" ) end end end