changed help line length

This commit is contained in:
Dustin Pianalto 2018-06-09 14:17:01 -08:00
parent 677fc9a60e
commit 46c9075397

View File

@ -704,7 +704,7 @@ class Utils:
@commands.command(name='help', aliases=['h']) @commands.command(name='help', aliases=['h'])
@commands.cooldown(1, 5, commands.BucketType.user) @commands.cooldown(1, 5, commands.BucketType.user)
async def custom_help(self, ctx, *, command: str=None): async def custom_help(self, ctx, *, command: str=None):
pag = utils.Paginator(self.bot, embed=True, max_line_length=43) pag = utils.Paginator(self.bot, embed=True, max_line_length=40)
prefixes = await self.bot.get_custom_prefix(self.bot, ctx.message) prefixes = await self.bot.get_custom_prefix(self.bot, ctx.message)
if isinstance(prefixes, list): if isinstance(prefixes, list):
prefixes = ', '.join(prefixes) prefixes = ', '.join(prefixes)