Skip to content

Commit

Permalink
React to message when dm sent
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Nov 13, 2023
1 parent 655c114 commit 3cb1c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/heckbot/cogs/picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async def set_picks(self, ctx: Context):
"Don't share this with anyone!\n" +
get_pick_link(self._bot.get_user(ctx.author.id).name),
)
await ctx.message.add_reaction('📨')


async def setup(
Expand Down

0 comments on commit 3cb1c92

Please sign in to comment.