Skip to content

Commit

Permalink
Update poll.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy1709 authored Sep 12, 2020
1 parent 118af9e commit 46a205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/plugins/poll.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import random

from telethon.errors.rpcbaseerrors import ForbiddenError
from telethon.errors.rpcbaseerrors import ForbiddenError, PollOptionInvalidError
from telethon.tl.types import InputMediaPoll, Poll

from ..utils import admin_cmd, edit_or_reply, sudo_cmd
Expand Down

0 comments on commit 46a205d

Please sign in to comment.