We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
(self, ctx, *questions_and_choices: str): """Makes a poll quickly. The first argument is the question and the rest are the choices. """ if len(questions_and_choices) < 3: return await ctx.send('Need at least 1 question with 2 choices.') elif len(questions_and_choices) > 21:...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter y...
(self, ctx, *questions_and_choices: str): """Makes a poll quickly. The first argument is the question and the rest are the choices. """ if len(questions_and_choices) < 3: return await ctx.send('Need at least 1 question with 2 choices.') elif len(questions_and_choices) > 21: ...