79321893

Date: 2025-01-01 16:11:44
Score: 0.5
Natty:
Report link

Polls need to be passed using poll keyword argument:

p = discord.Poll(question="idk", duration=timedelta(hours=1.0))
p.add_answer(text="1")
p.add_answer(text="2")
await ctx.send(poll=p)

Reference

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lia Milenakos