Exemple #1
0
        public ButtcoinService(RMQBus bus)
        {
            _bus = bus;

            // If we ever support more platforms, this is where to add them
            Platforms.Add("twitch", BotPlatform.Twitch);
        }
 public ButtcoinService(RMQBus bus)
 {
     _bus = bus;
 }
 public ConfigurationService(RMQBus bus)
 {
     _bus = bus;
 }