mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user