Skip to content

Commit

Permalink
CONDOMMMMM
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 7, 2022
1 parent 45fc97b commit 2d55d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ def isTextMethod(message,bot)
# $user_links_text="#{$user_links_text} `#{x[1]['full_text']}` [مشاهده](https://t.me/#{$bot_username}?start=#{Digest::MD5.hexdigest(x[1]['code'])[0...8]})
if x[1]['timer']!=0
$user_links_text="#{$user_links_text}
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) 🤞🏻خوانده شده"
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) \🤞🏻خوانده شده"
else
$user_links_text="#{$user_links_text}
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) 🖤در انتظار "
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) \🖤در انتظار "
end
#puts $user_links_text
end
Expand Down

0 comments on commit 2d55d84

Please sign in to comment.