[Owner] Pagify [p]cogs (#482)

This commit is contained in:
aikaterna 2016-11-20 08:56:53 -08:00 committed by Twentysix
parent 570e0d1b0d
commit 5acf2f8ec7

View File

@ -188,8 +188,8 @@ class Owner:
"".format(", ".join(sorted(loaded)), "".format(", ".join(sorted(loaded)),
", ".join(sorted(unloaded))) ", ".join(sorted(unloaded)))
) )
for page in pagify(msg, [" "], shorten_by=16):
await self.bot.say(box(msg, lang="diff")) await self.bot.say(box(page.lstrip(" "), lang="diff"))
@commands.command(pass_context=True, hidden=True) @commands.command(pass_context=True, hidden=True)
@checks.is_owner() @checks.is_owner()