(message)
| 12 | |
| 13 | @bot.message_handler(commands=['help', 'start']) |
| 14 | def send_welcome(message): |
| 15 | bot.reply_to(message, "Hi! Use /set <seconds> to set a timer") |
| 16 | |
| 17 | |
| 18 | def beep(chat_id) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…