I have a poll function on my discord.py bot that takes these parameters:
async def poll(self, ctx, option1, option2, duration=60, channel=None):
I wan