Kiwana.Config.BotConfig.BotConfig C# (CSharp) Method

BotConfig() public method

Constructor that initializes the Commands Dictionary.
public BotConfig ( ) : System.Collections.Generic
return System.Collections.Generic
        public BotConfig()
        {
            Commands = new Dictionary<string, Command>();
        }
BotConfig