[Tools] Change uid page length

This commit is contained in:
aikaterna
2021-07-17 17:15:01 -07:00
committed by GitHub
parent 6a89f72add
commit 1c524f7177

View File

@@ -679,7 +679,7 @@ class Tools(commands.Cog):
msg = tabulate(table, headers, tablefmt="simple")
embed_list = []
for page in cf.pagify(msg, delims=["\n"], page_length=1800):
for page in cf.pagify(msg, delims=["\n"], page_length=1000):
embed = discord.Embed(
description="",
colour=await ctx.embed_colour(),