|
|
|
@ -47,7 +47,7 @@ class Git:
|
|
|
|
@git.command()
|
|
|
|
@git.command()
|
|
|
|
@commands.is_owner()
|
|
|
|
@commands.is_owner()
|
|
|
|
async def status(self, ctx):
|
|
|
|
async def status(self, ctx):
|
|
|
|
pag = Paginator(self.bot, max_line_length=60, max_lines=30, max_chars=1014)
|
|
|
|
pag = Paginator(self.bot, max_line_length=44, max_lines=30, embed=True)
|
|
|
|
pag.set_embed_meta(title='Git Status',
|
|
|
|
pag.set_embed_meta(title='Git Status',
|
|
|
|
color=self.bot.embed_color,
|
|
|
|
color=self.bot.embed_color,
|
|
|
|
thumbnail=f'{ctx.guild.me.avatar_url}')
|
|
|
|
thumbnail=f'{ctx.guild.me.avatar_url}')
|
|
|
|
|