adjusted line length for embed

This commit is contained in:
Dustin Pianalto 2018-06-07 23:48:04 -08:00
parent fc655767f7
commit 3d8c3b0d88

View File

@ -29,7 +29,7 @@ class Git:
@git.command()
@commands.is_owner()
async def pull(self, ctx):
pag = Paginator(self.bot, max_line_length=60, embed=True)
pag = Paginator(self.bot, max_line_length=44, embed=True)
pag.set_embed_meta(title='Git Pull',
color=self.bot.embed_color,
thumbnail=f'{ctx.guild.me.avatar_url}')