Hardly.Library.Twitch.AboutCommands.AboutCommands C# (CSharp) Method

AboutCommands() public method

public AboutCommands ( TwitchChatRoom room ) : System
room TwitchChatRoom
return System
        public AboutCommands(TwitchChatRoom room)
            : base(room)
        {
            ChatCommand.Create(room, "commands", ListCommands, "Lists all active commands", null, false, null, false);
        }