mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: Fix stop_poll method
Signed-off-by: Yasir Aris M <git@yasir.id> Signed-off-by: Yasir Aris <git@yasir.id>
This commit is contained in:
parent
ecc15f67a4
commit
5187bae266
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class StopPoll:
|
|||
poll=raw.types.Poll(
|
||||
id=int(poll.id),
|
||||
closed=True,
|
||||
question="",
|
||||
question=raw.types.TextWithEntities(text="", entities=[]),
|
||||
answers=[]
|
||||
)
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue