adjusted line length for embed
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class Git:
|
|||||||
@git.command()
|
@git.command()
|
||||||
@commands.is_owner()
|
@commands.is_owner()
|
||||||
async def pull(self, ctx):
|
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',
|
pag.set_embed_meta(title='Git Pull',
|
||||||
color=self.bot.embed_color,
|
color=self.bot.embed_color,
|
||||||
thumbnail=f'{ctx.guild.me.avatar_url}')
|
thumbnail=f'{ctx.guild.me.avatar_url}')
|
||||||
|
|||||||
Reference in New Issue
Block a user