Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
mmshooreshi committed Apr 6, 2022
1 parent 19d7bc4 commit 7bb1322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/src/timing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def time_qeue
$time_check["#{x[0]}"][:time_remaining] = "0"
$data_hash["#{x[0]}"]["timer"] = "0"
sendJson JSON.dump($data_hash)
res = $bot_is.api.deleteMessage(chat_id: $time_check["#{x[0]}"][:chat_id], message_id: $time_check["#{x[0]}"][:message_id])
$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

Expand Down

0 comments on commit 7bb1322

Please sign in to comment.