mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
parent
50c9e7767d
commit
0a0f2a9dcc
@ -317,7 +317,7 @@ class CustomCommands:
|
|||||||
await ctx.send(box(commands))
|
await ctx.send(box(commands))
|
||||||
else:
|
else:
|
||||||
for page in pagify(commands, delims=[" ", "\n"]):
|
for page in pagify(commands, delims=[" ", "\n"]):
|
||||||
await self.bot.whisper(box(page))
|
await ctx.author.send(box(page))
|
||||||
|
|
||||||
async def on_message(self,
|
async def on_message(self,
|
||||||
message):
|
message):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user