Skip to content

Commit

Permalink
hd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 7, 2022
1 parent b95c572 commit a894f75
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]}) \| SEEN"
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) \\🤞🏻 \\| SEEN"
else
$user_links_text="#{$user_links_text}
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) \| waiting..."
[#{x[1]['full_text'][0...50]}](https://t.me/#{$bot_username}?start=#{x[1]['code'][0...8]}) \\🚶‍♂️ \\| waiting..."
end
#puts $user_links_text
end
Expand Down

0 comments on commit a894f75

Please sign in to comment.