package plugin_manager import ( tb "gopkg.in/tucnak/telebot.v2" ) type Context struct { bot *tb.Bot }