Esempio n. 1
0
        /// <summary>
        ///     Creates a new instance of this class.
        /// </summary>
        public Bot()
        {
            _config      = ConfigFactory.GenerateConfig();
            _persistence = SerializerFactory.GenerateSerializer();

            _commandHandler = new CommandHandler();
            _channelHandler = new ChannelHandler();
            _roleHandler    = new RoleHandler();
            _dblHandler     = new DblHandler();
        }