From 3d8c3b0d8843d12c909f31ea60f4f7228b999efb Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Thu, 7 Jun 2018 23:48:04 -0800 Subject: [PATCH] adjusted line length for embed --- src/exts/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exts/git.py b/src/exts/git.py index f37b0be..67cd576 100644 --- a/src/exts/git.py +++ b/src/exts/git.py @@ -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}')