correctly create embeds for pages

This commit is contained in:
Infinidoge 2025-08-11 16:07:00 -04:00
parent fbbbc395b4
commit b7ca0b9a3e
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -103,7 +103,7 @@ async def handle_notification(db_updates, ctx, message, keyword, user_id, use_em
embeds.append(embed)
for page in paginator.pages[1:]:
embeds.append(description=page)
embeds.append(Embed(description=page))
embeds.extend(message.embeds)