Skip to content

Commit

Permalink
less strict embed checking
Browse files Browse the repository at this point in the history
  • Loading branch information
mralext20 committed Jun 18, 2024
1 parent 202cd13 commit b863fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alexBot/cogs/mudae.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async def extract_series(self, interaction: discord.Interaction, message: discor
before, after = await self.bot.wait_for(
"message_update",
check=lambda before, after: before.id == message.id
and after.embeds[0].footer.text == f"Page {current_page + 1} / {total_pages}",
timeout=60,
)
serieses.extend(SERIES_REGEX.findall(after.embeds[0].description))
Expand Down

0 comments on commit b863fc7

Please sign in to comment.