mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Code base cleanup
This commit is contained in:
@@ -18,7 +18,6 @@ def send_welcome(message):
|
||||
def beep(chat_id) -> None:
|
||||
"""Send the beep message."""
|
||||
bot.send_message(chat_id, text='Beep!')
|
||||
return schedule.CancelJob # Run a job once
|
||||
|
||||
|
||||
@bot.message_handler(commands=['set'])
|
||||
|
||||
Reference in New Issue
Block a user