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

StrawPollCommands() public method

public StrawPollCommands ( TwitchChatRoom room ) : System
room TwitchChatRoom
return System
        public StrawPollCommands(TwitchChatRoom room)
            : base(room)
        {
            ChatCommand.Create(room, "getvote", GetVote, "Gets a strawpoll winner", new[] { "viewpoll" }, false, TimeSpan.FromSeconds(30), false);
        }