1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-03 17:55:52 +03:00
Этот коммит содержится в:
Max Melentiev
2018-01-05 13:18:48 +03:00
родитель 70a1ed8a8f
Коммит 45e8a7283f
5 изменённых файлов: 60 добавлений и 2 удалений

Просмотреть файл

@@ -57,6 +57,7 @@ module Telegram
instrumentation
log_subscriber
reply_helpers
rescue
session
].each { |file| require "telegram/bot/updates_controller/#{file}" }
@@ -78,6 +79,7 @@ module Telegram
end
include AbstractController::Translation
include Rescue
include ReplyHelpers
prepend Instrumentation
extend Session::ConfigMethods