Skip to content

Commit

Permalink
emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 7, 2022
1 parent 0b52315 commit 2f18768
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,11 @@ def isTextMethod(message,bot)
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"
[seen #{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]})
waiting..."
[waiting #{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 2f18768

Please sign in to comment.