mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[Owner] Pagify [p]cogs (#482)
This commit is contained in:
parent
570e0d1b0d
commit
5acf2f8ec7
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user