[V3 CustomCom] Update cc list for V3 (#1149)

Fix for #1087.
This commit is contained in:
aikaterna 2017-12-09 16:55:10 -08:00 committed by Will
parent 50c9e7767d
commit 0a0f2a9dcc

View File

@ -317,7 +317,7 @@ class CustomCommands:
await ctx.send(box(commands))
else:
for page in pagify(commands, delims=[" ", "\n"]):
await self.bot.whisper(box(page))
await ctx.author.send(box(page))
async def on_message(self,
message):