diff --git a/bin/fetch-telegram-methods b/bin/fetch-telegram-methods index dbd0f35..496ede0 100755 --- a/bin/fetch-telegram-methods +++ b/bin/fetch-telegram-methods @@ -42,7 +42,6 @@ API_METHODS_FILE = File.expand_path('../lib/telegram/bot/client/api_methods.txt' File.write(API_METHODS_FILE, result_txt) puts '', "Updated #{API_METHODS_FILE}" - puts '', 'Payload types:' update_tbody = doc.css('tbody'). find { |tbody| tbody.css('td').any? { |td| td.text == 'update_id' } }