correctly create embeds for pages
This commit is contained in:
parent
fbbbc395b4
commit
b7ca0b9a3e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async def handle_notification(db_updates, ctx, message, keyword, user_id, use_em
|
||||||
embeds.append(embed)
|
embeds.append(embed)
|
||||||
|
|
||||||
for page in paginator.pages[1:]:
|
for page in paginator.pages[1:]:
|
||||||
embeds.append(description=page)
|
embeds.append(Embed(description=page))
|
||||||
|
|
||||||
embeds.extend(message.embeds)
|
embeds.extend(message.embeds)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue