Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 6, 2022
1 parent 7bb1322 commit f01b449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/src/timing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def time_qeue
$data_hash["#{x[0]}"]["timer"] = "0"
sendJson JSON.dump($data_hash)
$busy=2
res = $bot_is.api.deleteMessage(chat_id: $time_check["#{x[0]}"][:chat_id], message_id: $time_check["#{x[0]}"][:message_id])

$time_check.delete("#{x[0]}")
$STOP=1

res = $bot_is.api.deleteMessage(chat_id: $time_check["#{x[0]}"][:chat_id], message_id: $time_check["#{x[0]}"][:message_id])
end
break if $time_check["#{x[0]}"][:time_remaining].to_i<=0

Expand Down

0 comments on commit f01b449

Please sign in to comment.