Update PollBot._get_poll_message

This commit is contained in:
AlberLC
2022-12-03 06:25:07 +01:00
parent 4ae42f386d
commit 9925084ef4

View File

@@ -241,8 +241,6 @@ class PollBot(MultiBot, ABC):
poll_message.buttons_info.data['is_active'] = False
await self.edit(text, poll_message)
if not message.replied_message:
await self.send(text, reply_to=poll_message)
@admin(send_negative=True)
async def _on_voting_ban(self, message: Message):