Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit dc25fb6

Browse files
committed
put how in DMs
1 parent 3ce9452 commit dc25fb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/cogs/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ async def how(self, ctx):
261261
msg += 'If you are interested in hosting this bot for yourself, check the GitHub linked in the **`about`** command,\n'
262262
msg += 'or DM one of the developers (also in the **`about`** command).'
263263

264-
await ctx.bot.send_message(ctx.channel, msg)
264+
await ctx.bot.send_message(ctx.author, msg)
265+
await ctx.bot.send_message(ctx, ':mailbox_with_mail:')
265266

266267
def setup(bot):
267268
bot.add_cog(Core())

0 commit comments

Comments
 (0)