lib/telegram/bot/updates_controller.rb in telegram-bot-0.8.0 vs lib/telegram/bot/updates_controller.rb in telegram-bot-0.9.0.alpha1

- old
+ new

@@ -57,10 +57,9 @@ require 'telegram/bot/updates_controller/log_subscriber' require 'telegram/bot/updates_controller/instrumentation' require 'telegram/bot/updates_controller/reply_helpers' autoload :CallbackQueyContext, 'telegram/bot/updates_controller/callback_query_context' autoload :MessageContext, 'telegram/bot/updates_controller/message_context' - autoload :Botan, 'telegram/bot/updates_controller/botan' include AbstractController::Callbacks # Redefine callbacks with default terminator. if ActiveSupport::VERSION::MAJOR >= 5 define_callbacks :process_action,