fix single page paged reaction messages

pull/1/head
qwewqa 4 years ago
parent f5319913ac
commit e42cddd201
  1. 1
      miyu_bot/commands/common/reaction_message.py

@ -78,6 +78,7 @@ async def run_paged_message(ctx: Context, base_embed: discord.Embed, content: Li
for i, page in enumerate(page_contents)]
if len(embeds) == 1:
await ctx.send(embed=embeds[0])
return
if len(embeds) <= max_tabbed_pages:

Loading…
Cancel
Save