package types // IServBots -- словарьсерверных ботов type IServBots interface { // Get -- возвращает бота по его имени Get(name string) IServBot }