From 0a0f2a9dcccc94e94a5507105d8914bbc8a9c877 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sat, 9 Dec 2017 16:55:10 -0800 Subject: [PATCH] [V3 CustomCom] Update cc list for V3 (#1149) Fix for #1087. --- redbot/cogs/customcom/customcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/customcom/customcom.py b/redbot/cogs/customcom/customcom.py index 3f2571f93..9817233f9 100644 --- a/redbot/cogs/customcom/customcom.py +++ b/redbot/cogs/customcom/customcom.py @@ -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):